IRegexMatch.Group

Syntax

Group: Array;

Description

The Group property returns the array of rows containing correspondences of subexpressions (groups) of regular expression template.

Comments

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.

Example

The property use is given in the example for IRegex.Match.

See also:

IRegexMatch