groupIndexes property

List<int>? groupIndexes
getter/setter pair

The index of the submatch to extract as findings.

When not specified, the entire match is returned. No more than 3 may be included.

Implementation

core.List<core.int>? groupIndexes;