REGEXMATCH

Returns whether a piece of text matches a regular expression.

Usage examples 

REGEXMATCH("123", "\d+")

Syntax 

REGEXMATCH ( value, regex )

  • value - any string expression.

  • regex - any string expression that will be used for matching.

Returns 

boolean - whether the text matches.

Functions reference