[][src]Function pcre2::version

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).