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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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