Crate grep_pcre2

Source
Expand description

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

Structs§

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

Enums§

ErrorKind
The kind of an error that can occur.

Functions§

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