Returns an iterable of the matches of the regular expression on input.
input
If start is provided, only start looking for matches at start.
start
Iterable<Match> allMatches(String input, [int start = 0]);