mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
8d3cf801a3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
270 B
Text
6 lines
270 B
Text
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.
|