… = .Regexp.Submatches[…] (gb.pcre)

Dim hRegexp As Regexp
Dim hRegexpSubmatch As .Regexp.Submatch
hRegexpSubmatch = hRegexp.Submatches [ Index As Integer ]

Return a submatch from its index.