RegexReplace
RegexReplace Function
Replace the input string that matches the specified pattern with the replacement string.
Syntax
RegexFind (scalar Input, scalar Pattern, scalar ReplacementString)
Arguments
| Argument | Description |
|---|---|
scalar Input | String to be inspected |
scalar Pattern | Regular expression pattern to be inspected upon |
scalar ReplacementString | String to replace the matched input string |
Examples:
RegexReplace([FusionTestTable.PhoneNumCol],"ext","#")
Replace the input string that matches the specified pattern with the replacement string.