Dregex Versions Save

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.

0.8.0

6 months ago

First Java version.

0.7.0

2 years ago
  • Fix compatibility with Java 16 and newer
  • Dependency updates

0.6.0

3 years ago
  • Bring back regular expression parsing API (in addition to compile-in-one-step only)
  • Add Scala 2.13 compatibiliy

0.3.0

8 years ago