Fast escape function for limited case where only one pattern provided actually matches anything
fast_replace(string, pattern, replacement, ...)
a character vector where replacements are sought
Character string to be matched in the given character vector
Character string equal in length to pattern or of length one which are a replacement for matched pattern.
arguments to pass to gsub