diff options
Diffstat (limited to 'python/rebulk/README')
-rw-r--r-- | python/rebulk/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/rebulk/README b/python/rebulk/README new file mode 100644 index 0000000000..ac9f40a630 --- /dev/null +++ b/python/rebulk/README @@ -0,0 +1,7 @@ +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. |