RegexFind
RegexFind Function
Returns the boolean value if the pattern is found in the input string.
Syntax
RegexFind (scalar Input, scalar Pattern)
Arguments
| Argument | Description |
|---|---|
scalar Input | String to be inspected |
scalar Pattern | Regular expression pattern to be inspected upon |
Examples:
RegexFind([FusionTestTable.PhoneNumCol],[x])
Returns boolean value if the pattern is found in the input string.