Skip to content

re::replaceWithClosure

replaceWithClosure(value: String, pattern: Regex) => a

ParameterTypeDescription
valueStringThe entire string
patternRegexThe pattern to replace

Returns

(String)