Description
Provides the POSIX regular expression backend for the Haskell Text.Regex API. POSIX regex behavior is useful when code needs compatibility with Unix-style regular expression rules.
It is useful for portable tools, legacy code, and projects that specifically require POSIX regex semantics. It is a backend library and does not provide a standalone regex utility.