Home > comp > gb.pcre > .regexpsubmatches 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
.RegexpSubmatches (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".

Symbols
This class is virtual.
This class is not creatable.
This class acts like a read-only array.

Properties 
Count