… = RegExp[…] (gb.pcre)

Dim hRegExp As RegExp
Dim hRegexpSubmatch As .Regexp.Submatch
hRegexpSubmatch = hRegExp [ Index As Integer ]

Returns a submatch from its index.

The index of the first submatch is 1, and the index of the last one is the Count property.