.Regexp.Submatches (gb.pcre)

.RegexpSubmatches contains the submatches returned from a RegExp match. You access it with the SubMatches property of the RegExp class.

Each member of a .RegexpSubmatches collection simply contains the text of the corresponding submatch. For example, with a subject of "quick brown fox" and a pattern of "brown (\S+)", SubMatches[0] would contain "fox".

Esta clase es virtual.

Esta clase no es instanciable.

Esta clase actúa como un array de sólo lectura.

Propiedades
Count   Return the number of submatches produced by the regular expression.