R/helpers.R
gsub_many.Rd
Applies gsub() from multiple patterns to multiple replacements with 1:1 mapping.
gsub()
gsub_many(x, pattern_vector, replacement_vector, ...)
A character vector.
Options passed onto gsub() call.
Returns multiple expression with substituted elements