Skip to content

re_findall

string [] re_findall(string regex, string input)

string [] re_findall(string regex, string input, int start)

string [] re_findall(string regex, string input, int start, int end)

Returns an array of all strings that match the entire regex expression (no capture groups).