Description
Provides the common Text.Regex API used for regular expression matching in Haskell. It defines shared interfaces so different regex backends can be used behind a similar API.
It is useful for compatibility layers, libraries that support multiple regex engines, and older code using Text.Regex conventions. It is a developer library and not a regex application.