Description
Provides a pure Haskell tagged-DFA backend for the Text.Regex API. A TDFA backend performs regular expression matching without depending on a native regex library.
It is useful for projects that want regex matching with Haskell-only implementation and Text.Regex compatibility. It is a backend library and not a standalone regex tester.