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)
.
pub fn version() -> (u32, u32)
Returns the version of PCRE2 being used.
The tuple returned corresponds to the major and minor version, e.g.,
(10, 32)
.