This article describes the formula syntax of the REGEX.SEARCH function.
Search for a regular expression match.
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.