An interface for basic searches within strings.
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
.