Expand description
PCRE2 regular expressions for matching on arbitrary bytes.
Structsยง
- Capture
Locations - CaptureLocations is a low level representation of the raw offsets of each submatch.
- Capture
Matches - An iterator that yields all non-overlapping capture groups matching a particular regular expression.
- Captures
- Captures represents a group of captured byte strings for a single match.
- Match
- Match represents a single match of a regex in a subject string.
- Matches
- An iterator over all non-overlapping matches for a particular subject string.
- Regex
- A compiled PCRE2 regular expression.
- Regex
Builder - A builder for configuring the compilation of a PCRE2 regex.