Dart
dart:core
RegExpMatch
groupNames property
groupNames
Dart
dart:core
RegExpMatch
groupNames property
RegExpMatch class
Constructors
RegExpMatch
Properties
groupNames
end
groupCount
hashCode
input
pattern
runtimeType
start
Methods
namedGroup
group
groups
noSuchMethod
toString
Operators
operator ==
operator []
description
groupNames
property
Iterable
<
String
>
groupNames
The names of the captured groups in the match.
Implementation
Iterable<String> get groupNames;