Skip to main content

REGEX_MATCH

The REGEX_MATCH function searches each item in an array for a match against a regular expression pattern. It returns the relative position (starting at 1) of the first match found, or 0 if no matches are found.

Use

REGEX_MATCH( text, pattern )
Check if text matches the specified regular expression pattern.

ParameterRequiredDescription
textYesthe text to search
patternYesthe regular expression to match

ReturnsLogical

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE