Dart API Reference
›
dart:core
›
Pattern
args
dart:async
dart:chrome
dart:collection
dart:core
BidirectionalIterator<E>
bool
Comparable<T>
Comparator<T>
DateTime
double
Duration
Expando<T>
Function
int
Invocation
Iterable<E>
Iterator<E>
List<E>
Map<K, V>
Match
num
Object
Pattern
RegExp
RuneIterator
Runes
Set<E>
StackTrace
Stopwatch
String
StringBuffer
StringSink
Symbol
Type
AbstractClassInstantiationError
ArgumentError
AssertionError
CastError
ConcurrentModificationError
Error
Exception
FallThroughError
FormatException
IntegerDivisionByZeroException
NoSuchMethodError
NullThrownError
OutOfMemoryError
RangeError
RuntimeError
StackOverflowError
StateError
TypeError
UnimplementedError
UnsupportedError
dart:crypto
dart:html
dart:indexed_db
dart:io
dart:isolate
dart:json
dart:math
dart:mirrors
dart:svg
dart:typed_data
dart:uri
dart:utf
dart:web_audio
dart:web_gl
dart:web_sql
fixnum
intl
logging
matcher
mdv_observe
meta
mock
serialization
source_maps
unittest
Pattern
abstract class
Hide inherited
abstract class Pattern { Iterable<Match> allMatches(String str); }
Subclasses
RegExp
,
String
Methods
abstract
Iterable
<
Match
>
allMatches
(
String
str)
#