Refer to String.allMatches
static Iterable<Match> allMatches( String? pattern, String string, [ int start = 0, ]) => Safe.allMatches(pattern, string, start);