Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the string that matches the specified group. The first group is always the string that matches the entire regular expression. Groups are ordered by the left-to-right order of the left parentheses of the group.

C#
vb.net

Parameters

group
The 0-based index of the group for which to return a match.

Returns

The String that matches the specified group.

Examples

C#
vb.net
  • No labels