Home | History | Annotate | Download | only in dist2

Lines Matching full:pcre2_substitute

341 46. Add the ${*MARK} facility to pcre2_substitute().
408 67. In pcre2_substitute() in UTF mode, the UTF validity check on the
412 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the
416 pcre2_substitute(). An added check for a number greater than the largest group
424 71. In pcre2_substitute() there was the possibility of reading one code unit
436 75. Give an error in pcre2_substitute() if a match ends before it starts (as a
467 85. Check for too many replacements (more than INT_MAX) in pcre2_substitute().
475 88. In pcre2_substitute(), ensure that CRLF is not split when it is a valid
824 14. Fixed a bug in pcre2_substitute(). If a replacement string ended in a
926 8. The pcre2_substitute() function has been implemented.