|
|
|
|
|
Description |
This modules provides RegexMaker and RegexLike instances for using
String with the DFA backend (Text.Regex.Lib.WrapDFAEngine and
Text.Regex.Lazy.DFAEngine). This module is usually used via import
Text.Regex.DFA.
This exports instances of the high level API and the medium level
API of compile,execute, and regexec.
|
|
Synopsis |
|
|
|
|
Types
|
|
data Regex |
The DFA backend specific Regex type, used by this module's =~
and =~~ operators.
| Instances | |
|
|
MatchOffset |
|
MatchLength |
|
data CompOption |
RegexOption control whether the pattern is multiline or
case-sensitive like Text.Regex and whether to capture the subgroups
(1, 2, etc).
| Instances | |
|
|
data ExecOption |
Instances | |
|
|
Medium level API functions
|
|
compile |
|
|
execute |
|
|
regexec |
|
|
Produced by Haddock version 0.8 |