Crate grep_pcre2

source ·
Expand description

An implementation of grep-matcher’s Matcher trait for PCRE2.

Structs

  • An error that can occur in this crate.
  • Represents the match offsets of each capturing group in a match.
  • An implementation of the Matcher trait using PCRE2.
  • A builder for configuring the compilation of a PCRE2 regex.

Enums

  • The kind of an error that can occur.

Functions

  • Returns true if and only if PCRE2 believes that JIT is available.
  • Returns the version of PCRE2 being used.