summaryrefslogtreecommitdiffstats
path: root/python/rebulk/README
blob: ac9f40a6306c28232f31b446fdaa73e286b22142 (plain)
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.