mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
e9f70d2687
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
278 B
Text
8 lines
278 B
Text
tre (regular expression matching library)
|
|
|
|
TRE is a lightweight, robust, and efficient POSIX compliant regex
|
|
matching library with some exciting features such as approximate
|
|
(fuzzy) matching.
|
|
|
|
This includes the tre C library, python3 library, and the command-line
|
|
tool "agrep".
|