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