stri_replace_all,
stri_replace_first, or
stri_replace_last, depending on the argument
used.stri_replace(str, replacement, ..., regex, fixed, charclass, mode = c("first",
"all", "last"))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_all;
stri_replace_first;
stri_replace_last;
stringi-search