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.
Latest version
[![dregex Scala version support](https://index.scala-lang.org/marianobarrios/dregex/dregex/latest.svg)](https://index.scala-lang.org/marianobarrios/dregex/dregex)
JVM badge
[![dregex Scala version support](https://index.scala-lang.org/marianobarrios/dregex/dregex/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/marianobarrios/dregex/dregex)