Module pcre2::bytes

source ·
Expand description

PCRE2 regular expressions for matching on arbitrary bytes.

Structs§

  • CaptureLocations is a low level representation of the raw offsets of each submatch.
  • An iterator that yields all non-overlapping capture groups matching a particular regular expression.
  • Captures represents a group of captured byte strings for a single match.
  • Match represents a single match of a regex in a subject string.
  • An iterator over all non-overlapping matches for a particular subject string.
  • A compiled PCRE2 regular expression.
  • A builder for configuring the compilation of a PCRE2 regex.