src code

instance method String#gsub

String#gsub(pattern, replacement) → String

Returns the string with every occurence of a given pattern replaced by either a regular string, the returned value of a function or a Template string. The pattern can be a string or a regular expression.