Open Source TRE Alternatives
TRE is described as 'lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching'. There are five alternatives to TRE for various platforms. The best alternative is Perl Compatible Regular Expressions, which is both free and Open Source. Other great apps like TRE are nregex (Free, Open Source), Hyperscan (Free, Open Source), Oniguruma (Free, Open Source) and RE2 (Free, Open Source).
- The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. View 5 alternatives to Perl Compatible Regular Expressions
- A DFA based Regex engine that supports submatches. Built with Nim (programming language). View 5 alternatives to nregex
- High-performance multiple regex matching library with a C API. View 5 alternatives to Hyperscan
- Modern and flexible regular expressions library. View 5 alternatives to Oniguruma
- Fast, safe, thread-friendly alternative to backtracking regular expression engines. View 5 alternatives to RE2