slackbuilds/python/python3-regex
isaackwy d2def04e5d
python/python3-regex: Update for 2024.11.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-09 06:37:53 +07:00
..
README
python3-regex.SlackBuild python/python3-regex: Update for 2024.11.6 2024-11-09 06:37:53 +07:00
python3-regex.info python/python3-regex: Update for 2024.11.6 2024-11-09 06:37:53 +07:00
slack-desc python/python3-regex: Update for 2024.7.24 2024-07-25 09:53:39 +07:00

README

This new regex implementation is intended eventually to replace
Python's current re module implementation.
For testing and comparison with the current 're' module the new 
implementation is in the form of a module called 'regex'.

This is the Python 3 version of regex.