regular-expression-engine topic
regexp2
A full-featured regex engine in pure Go based on the .NET engine
hyperscan-java
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
cl-ppcre
Common Lisp regular expression library
one-more-re-nightmare
A fast regular expression compiler in Common Lisp
Regex
A pure Swift NFA implementation of a regular expression engine
RE2NFA2DFA2MFA
1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings
dregex
dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offe...
libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.