Lines Matching refs:pcre2_substitute
351 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
598 The function pcre2_substitute() can be called to match a pattern and
950 tion made by pcre2_substitute(). Details are given in the section enti-
960 given offset is not found. The pcre2_substitute() function makes no
966 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset
1420 replacement strings passed to pcre2_substitute().
3150 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
3171 The first seven arguments of pcre2_substitute() are the same as for
3196 pcre2_substitute() has to simulate all the matching and copying,
3230 options can be set in the options argument of pcre2_substitute().
3258 ORY immediately. If this option is set, however, pcre2_substitute()
3343 If successful, pcre2_substitute() returns the number of successful
3384 callout function for pcre2_substitute(). This information is passed in
3409 ers are copies of the values passed to pcre2_substitute().
3429 copied to the output and the call to pcre2_substitute() exits, return-
4285 When using the pcre2_substitute() function, an additional callout fea-