operator [] method Null safety

String? operator [] (
  1. int group
)

Returns 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);