Group: Array;
The Group property returns the array of rows containing correspondences of subexpressions (groups) of regular expression template.
Each array element corresponds to the result of taking the group in the regular expression. The first array element contains full correspondence, the following elements contain subexpression correspondences.
The property use is given in the example for IRegex.Match.
See also: