|
|
|
|
|
Description |
This modules provides RegexMaker and RegexLike instances for using
String with the TDFA backend.
This exports instances of the high level API and the medium level
API of compile,execute, and regexec.
|
|
Synopsis |
|
|
|
|
Types
|
|
|
The TDFA backend specific Regex type, used by this module's RegexOptions and RegexMaker
| Instances | |
|
|
|
0 based index from start of source, or (-1) for unused
|
|
|
non-negative length of a match
|
|
|
Control whether the pattern is multiline or case-sensitive like Text.Regex and whether to
capture the subgroups (1, 2, etc). Controls enabling extra anchor syntax.
| Instances | |
|
|
|
Instances | |
|
|
Medium level API functions
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |