You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis f6bf963e2b
python/rebulk: Added (Advanced searches in strings).
9 years ago
..
README python/rebulk: Added (Advanced searches in strings). 9 years ago
rebulk.SlackBuild python/rebulk: Added (Advanced searches in strings). 9 years ago
rebulk.info python/rebulk: Added (Advanced searches in strings). 9 years ago
slack-desc python/rebulk: Added (Advanced searches in strings). 9 years ago

README

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.