ports/textproc/py-rebulk/pkg/DESCR

6 lines
301 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.