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.
| Parameter | Required | Description | 
|---|---|---|
| text | Yes | the text to search | 
| pattern | Yes | the regular expression to match | 
| Returns | Logical | 
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.