REGEX_TESTReturns true if the specified string is matched by the supplied regex.Syntax =REGEX_TEST(regex, string) Arguments ArgumentTypeDescriptionregexStringThe regex to use when looking for matchesstringStringThe string to look for matches in Examples =REGEX_TEST("b.?", "abc")→true =REGEX_TEST("x+", "abc")→falseUpdated 6 days ago REGEX_REPLACEREPLACETable of ContentsSyntaxArgumentsExamples