Dart SDK
dart:core
Pattern
class
Pattern
Constructors
Methods
Constructors
Pattern
Methods
allMatches
matchAsPrefix
An interface for basic searches within strings.
Implemented by
RegExp
String
Constructors
Pattern
()
Methods
allMatches
(
String
string
, [
int
start
=
0
]) →
Iterable
<
Match
>
Match this pattern against the string repeatedly.
matchAsPrefix
(
String
string
, [
int
start
=
0
]) →
Match
Match this pattern against the start of string.