root package

package root

Dregex is a Scala/JVM library that implements a regular expression engine using deterministic finite automata (DFA). The range of features supported is an middle ground between Perl-style (slow) engines and DFA-based ones. Yet it retains the linear matching time offered by the latter.

Visibility
  1. Public
  2. All

Value Members

  1. package dregex

    Main package for Dregex implementation.

Ungrouped