v1.2.0
- Updated PCRE2 to v10.45
- Added
PcreRegex.Substitutemethods which wrap thepcre2_substitutefunction, with support for callouts (on match, on substitution, and on case substitution).Substituteis similar toReplacebut is implemented by PCRE2, and has distinct features. - Added support for
linux-arm64runtime - Added
PcreRegexSettings.OptimizationDirectives(pcre2_set_optimize)