RegexMatch Method |
Name | Description | |
---|---|---|
Match(String) |
Searches the specified input string for the first occurrence of the regular
expression specified in the System.Text.RegularExpressions.Regex constructor.
| |
Match(String, Int32) |
Searches the input string for the first occurrence of a regular expression,
beginning at the specified starting position in the string.
| |
Match(String, String) |
Searches the specified input string for the first occurrence of the specified
regular expression.
| |
Match(String, Int32, Int32) |
Searches the input string for the first occurrence of a regular expression,
beginning at the specified starting position and searching only the specified
number of characters.
| |
Match(String, String, RegexOptions) |
Searches the input string for the first occurrence of the specified regular
expression, using the specified matching options. |