/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 offers set operations.

Primary LanguageJavaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Watchers