Module pcre2::bytes[][src]

PCRE2 regular expressions for matching on arbitrary bytes.

Structs

CaptureLocations

CaptureLocations is a low level representation of the raw offsets of each submatch.

CaptureMatches

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.

RegexBuilder

A builder for configuring the compilation of a PCRE2 regex.