PCRE interface
Useful operations:
-
- match --> bool
- match --> matched string
- matchall --> all matched strings
- matchsub --> list of register values
- split --> matched strings and skipped strings
-
JavaScript
- match --> all matched strings
- replace --> replaced string
- search --> start of match
-
Bagnara
- regexec(+Compiled, +String, +Pos, +EFlags, -Begin, -Length, -Groups)
Old discussion:
TODO
- Capture total match range anyway, so we do not need (?<match_R>...)