Description
Provides the PCRE backend for the Haskell Text.Regex API. PCRE supports Perl-compatible regular expressions, which many developers know from other languages and tools.
It is useful when a Haskell project needs Text.Regex compatibility with PCRE behavior. It is a regex backend library and not an interactive search or replacement program.