group abstract method

String? group(
  1. int groupNo
)

Returns the group with groupNo of the last hit. If groupNo is 0 the full match is returned. Returns null if this group does not exist, the group otherwise.

Implementation

String? group(int groupNo);