powered by
re_substitutes(data, pattern, replacement, global = FALSE, options = NULL, ...)
regexp
string = c("this is a Test", "string") re_substitutes(string, "test", "not a test", options = "insensitive") re_substitutes(string, "i", "x", global = TRUE)
Run the code above in your browser using DataLab