REGEX.SEARCH function

This article describes the formula syntax of the REGEX.SEARCH function.

Description

Search for a regular expression match.

Syntax

REGEX.SEARCH(regex, string, flags)

regex is a regular expression or handle.
string is a string.
flags are optional flags from the REGEX_MATCH_* enumeration.

Search string for matching results of regular expression regex. Return FALSE if there is no match or a one row array of all sub matches.