blob: 7c5da1f7de25f96d56a0e4b5b244dac3af8e68c7 (
plain)
1
2
3
4
5
6
7
8
|
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".
|