REGEX_MATCHALLReturns all matches in the specified string found by the supplied regex.Syntax =REGEX_MATCHALL(regex, string) Arguments ArgumentTypeDescriptionregexStringThe regex to use when looking for matchesstringStringThe string to look for matches in Examples =REGEX_MATCHALL("(o(\s|r))", "Hello world")→["o ", "or"]Updated about 17 hours ago LOWERREGEX_REPLACETable of ContentsSyntaxArgumentsExamples