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
source
string pattern
pattern
int flags
int
flags
Regex::SearchAllResult@