Expand description
An implementation of grep-matcher
’s Matcher
trait for
PCRE2.
Structs§
- Error
- An error that can occur in this crate.
- Regex
Captures - Represents the match offsets of each capturing group in a match.
- Regex
Matcher - An implementation of the
Matcher
trait using PCRE2. - Regex
Matcher Builder - A builder for configuring the compilation of a PCRE2 regex.
Enums§
- Error
Kind - 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.