From 65d4245ddeec6c66df6119e4d6463bfbeec7ddd3 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 4 Jun 2022 04:42:50 +0100 Subject: python/python3-rebulk: Added (Advanced searches in strings) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-rebulk/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-rebulk/README (limited to 'python/python3-rebulk/README') diff --git a/python/python3-rebulk/README b/python/python3-rebulk/README new file mode 100644 index 0000000000..a873680a54 --- /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. -- cgit v1.2.3