allMatches static method

Iterable<Match> allMatches(
  1. String? pattern,
  2. String string, [
  3. int start = 0
])

Implementation

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