operator [] method
The string matched by the given group
.
If group
is 0, returns the match of the pattern.
Short alias for Match.group.
Implementation
@override
String? operator [](int group) => $value[group];
The string matched by the given group
.
If group
is 0, returns the match of the pattern.
Short alias for Match.group.
@override
String? operator [](int group) => $value[group];