Primitive predicate string::regexpReplaceAll
Returns a copy of the receiver with every substring which matches the given regexp is replaced by the replacement
string regexpReplaceAll(string regexp, string replacement)
Returns a copy of the receiver with every substring which matches the given regexp is replaced by the replacement
string regexpReplaceAll(string regexp, string replacement)