marianobarrios / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marianobarrios/dregex Stargazers