diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-06-04 04:42:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:58:58 +0700 |
commit | 65d4245ddeec6c66df6119e4d6463bfbeec7ddd3 (patch) | |
tree | 5d4c5ec812ba52beb4510066b7511f141b2b7f52 /python/python3-rebulk/README | |
parent | f0d4b2db1c40b8188c0780b995071d9c62fbbdb9 (diff) |
python/python3-rebulk: Added (Advanced searches in strings)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rebulk/README')
-rw-r--r-- | python/python3-rebulk/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-rebulk/README b/python/python3-rebulk/README new file mode 100644 index 0000000000000..a873680a54b87 --- /dev/null +++ b/python/python3-rebulk/README @@ -0,0 +1,6 @@ +ReBulk is a python library that performs advanced searches in strings +that would be hard to implement using re module or String methods only. + +It includes some features like Patterns, Match, Rule that allows +developers to build a custom and complex string matcher using a +readable and extendable API. |