Skip to main content

RegexFind

RegexFind Function

Returns the boolean value if the pattern is found in the input string.

Syntax

RegexFind (scalar Input, scalar Pattern)

Arguments

ArgumentDescription
scalar InputString to be inspected
scalar PatternRegular expression pattern to be inspected upon

Examples:

RegexFind([FusionTestTable.PhoneNumCol],[x])

Returns boolean value if the pattern is found in the input string.