Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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...