Skip to main content

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

ArgumentDescription
scalar InputString to be inspected
scalar PatternRegular expression pattern to be inspected upon
scalar ReplacementStringString to replace the matched input string

Examples:

RegexReplace([FusionTestTable.PhoneNumCol],"ext","#")

Replace the input string that matches the specified pattern with the replacement string.