stri_replace_all_regex,
stri_replace_all_fixed, or
stri_replace_all_charclass, depending on the
argument used.Unless you are very lazy, please call the underlying functions directly for better performance.
stri_replace_all(str, replacement, ..., regex, fixed, charclass)stri_replace_all_charclass,
stri_replace_all_charclass,
stri_replace_first_charclass,
stri_replace_first_charclass,
stri_replace_last_charclass,
stri_replace_last_charclass;
stri_replace_all_fixed,
stri_replace_all_fixed,
stri_replace_first_fixed,
stri_replace_first_fixed,
stri_replace_last_fixed,
stri_replace_last_fixed;
stri_replace_all_regex,
stri_replace_all_regex,
stri_replace_first_regex,
stri_replace_first_regex,
stri_replace_last_regex,
stri_replace_last_regex;
stri_replace_first;
stri_replace_last;
stri_replace; stringi-search