Method Regexp.replace()
- Method replace
string replace(string regexp, string data, string|function(string:string) transform)
- Description
Calls Regexp.PCRE.Plain.replace in a temporary regexp object. Faster to type but slower to run...
string replace(string regexp, string data, string|function(string:string) transform)
Calls Regexp.PCRE.Plain.replace in a temporary regexp object. Faster to type but slower to run...