Function grep_pcre2::version

source ·
pub fn version() -> (u32, u32)
Expand description

Returns the version of PCRE2 being used.

The tuple returned corresponds to the major and minor version, e.g., (10, 32).