Documentation

Regex::SearchAll

Function

SearchAllResult@ Regex::SearchAll(const string&in source, const string&in pattern, int flags = Regex::Flags::ECMAScript)

Searches for a regex match on the source string and returns all the matches.

string source

string pattern

int flags