Description
Provides a practical regular expression library built on top of pcre-light. It gives Haskell code a more convenient interface for Perl-compatible regular expressions.
It is useful for text validation, searching, extraction, import tools, and scripts that already need PCRE-style regex behavior. It is a developer library and not an interactive regex editor.