REGEX_TESTReturns true if the specified string is matched by the supplied regex. Suggest EditsSyntax =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 9 months ago Table of Contents Syntax Arguments Examples