operator [] method Null safety
- int group
The string matched by the given group.
If group is 0, returns the match of the pattern.
Short alias for Match.group.
Implementation
String? operator [](int group);
The string matched by the given group.
If group is 0, returns the match of the pattern.
Short alias for Match.group.
String? operator [](int group);