Regex.Group

The Regex.Group value type represents a captured group in a regular expression match.

property String stringread only

The group sub-string.

property Int startread only

The start offset of the group sub-string within the original text.

property Int lengthread only

The length of the group sub-string.