Lines Matching refs:pcre2_substitute
15 3. Added support for callouts from pcre2_substitute(). After 10.33-RC1, but
16 prior to release, fixed a bug that caused a crash if pcre2_substitute() was
252 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern
970 a call to pcre2_substitute() an out-of-bounds memory reference could occur.
1430 46. Add the ${*MARK} facility to pcre2_substitute().
1497 67. In pcre2_substitute() in UTF mode, the UTF validity check on the
1501 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the
1505 pcre2_substitute(). An added check for a number greater than the largest group
1513 71. In pcre2_substitute() there was the possibility of reading one code unit
1525 75. Give an error in pcre2_substitute() if a match ends before it starts (as a
1556 85. Check for too many replacements (more than INT_MAX) in pcre2_substitute().
1564 88. In pcre2_substitute(), ensure that CRLF is not split when it is a valid
1913 14. Fixed a bug in pcre2_substitute(). If a replacement string ended in a
2015 8. The pcre2_substitute() function has been implemented.