Matching Text to Regular Expression (REGEX_MATCH)

How do i determine if a piece of text matches a specified regular expression, providing a Boolean result?

You can determine if a piece of text matches a specified regular expression and obtain a Boolean result using the REGEX_MATCH() formula.

Example: REGEX_MATCH({Text}, “Regular Expression”)