Dart API Referencedart:corePattern

Pattern abstract class

abstract class Pattern {
  Iterable<Match> allMatches(String str);
}

Subclasses

RegExp, String

Methods

Iterable<Match> allMatches(String str) #

Iterable<Match> allMatches(String str);