groups property

List<String?> groups
final

An array of the strings that have matched each smaller pattern enclosed with parentheses in a match pattern.

Implementation

final List<String?> groups;