Dart
dart:core
RegExp
pattern property
pattern
description
pattern
property
Null safety
String
pattern
The source regular expression string used to create this
RegExp
.
Implementation
String get pattern;
Dart
dart:core
RegExp
pattern property
RegExp class
Constructors
RegExp
Properties
hashCode
isCaseSensitive
isDotAll
isMultiLine
isUnicode
pattern
runtimeType
Methods
allMatches
firstMatch
hasMatch
matchAsPrefix
noSuchMethod
stringMatch
toString
Operators
operator ==
Static methods
escape