mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
65d4245dde
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
301 B
Text
6 lines
301 B
Text
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.
|