replaceAllIn

Type: function
Returns a string in the form of the capture groups defined by the replacementFunc parameter, which is a Regex.Match => String.

Body

function(inputString,pattern,replacementFunc){...}

Classpath

Children