slackbuilds/python/rebulk
Dimitris Zlatanidis f6bf963e2b
python/rebulk: Added (Advanced searches in strings).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-09-25 07:04:49 +07:00
..
README python/rebulk: Added (Advanced searches in strings). 2016-09-25 07:04:49 +07:00
rebulk.SlackBuild python/rebulk: Added (Advanced searches in strings). 2016-09-25 07:04:49 +07:00
rebulk.info python/rebulk: Added (Advanced searches in strings). 2016-09-25 07:04:49 +07:00
slack-desc python/rebulk: Added (Advanced searches in strings). 2016-09-25 07:04:49 +07:00

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.