From 975c7de56f7615a7e852d58c9d34f0fa128209b1 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 19 Nov 2022 08:29:19 +0700 Subject: python/python2-regex: Added (Python regex implementation). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-regex/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python2-regex/README (limited to 'python/python2-regex/README') diff --git a/python/python2-regex/README b/python/python2-regex/README new file mode 100644 index 0000000000..72381a5673 --- /dev/null +++ b/python/python2-regex/README @@ -0,0 +1,6 @@ +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 2 version of regex. -- cgit v1.2.3