Oniguruma Alternatives
Oniguruma is described as 'Modern and flexible regular expressions library' and is an app in the Development category. There are five alternatives to Oniguruma for Linux, Mac, Windows, Self-Hosted solutions and FreeBSD. The best alternative is Perl Compatible Regular Expressions, which is both free and Open Source. Other great apps like Oniguruma are nregex (Free, Open Source), Hyperscan (Free, Open Source), TRE (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
- TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching. View 5 alternatives to TRE
- Fast, safe, thread-friendly alternative to backtracking regular expression engines. View 5 alternatives to RE2