REGEXMATCH

Returns TRUE if a piece of text matches a regular expression

Parameter List

Syntax
REGEXMATCH(textregex)
text

The text or cell reference to test against the regular expression pattern.

Examples

REGEXMATCH("This IS DashDash", IS) returns TRUE