Description Usage Arguments Value See Also
A convenience function. Calls either
stri_replace_first_regex,
stri_replace_first_fixed, or
stri_replace_first_charclass, depending on
the argument used.
1 | stri_replace_first(str, replacement, ..., regex, fixed, charclass)
|
str |
character vector of strings to search in |
... |
additional arguments passed to the underlying functions |
regex |
character vector; regular expressions |
fixed |
character vector; fixed patterns |
charclass |
character vector; identifiers of character classes |
replacement |
character vector of strings to replace with |
character vector
Other search_replace:
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_last;
stri_replace; stringi-search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.