marianobarrios / dregexLinks
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.
☆48Updated this week
Alternatives and similar repositories for dregex
Users that are interested in dregex are comparing it to the libraries listed below
Sorting:
- Axle Domain Specific Language for Scientific Cloud Computing and Visualization☆68Updated 6 months ago
- Extremely fast string formatting☆127Updated 7 months ago
- Scala macros for compile-time generation of Kryo serializers