replaceRegex
Evaluates a Regular Expression against the contents of a String value and replaces any
match with another value. This function requires 3 arguments: the String to run the
regular expression against, the regular expression to run, and the replacement value. The
replacement value may optionally use back-references, such as $1
and
${named_group}
RecordPath |
Return value |
|
Jxhn Dxe |
|
Jxyzhn Dxyze |
|
John Doe |
|
John New York |
|
Jxohn Dxoe |
|
Jxohn Dxoe |