REGEX_MATCHALLReturns all matches in the specified string found by the supplied regex. Suggest EditsSyntax =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 9 months ago Table of Contents Syntax Arguments Examples