TRUECALC
Functions

REGEXMATCH

True if text matches regex pattern

Try it

When to use it

When should I use REGEXMATCH?

Use REGEXMATCH when you need a TRUE/FALSE answer about whether a string contains or matches a pattern, such as validating email formats or checking for specific keywords.

Used in

operations · sales

Syntax

REGEXMATCH(text, pattern)

On this page