replacing patterns in string
replacing patterns default
text_replace_all(string, pattern = NULL, replacement = NULL, ...)# S3 method for default
text_replace_all(
string,
pattern = NULL,
replacement = NULL,
recycle = FALSE,
...
)
text to be replaced
regex to look for
replacement for pattern found
further parameter passed through to gsub
should arguments be recycled if lengths do not match?