Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Searches an input string for a substring that matches a regular expression pattern and returns the first occurrence as a single Match object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
![]() |
Match(String) | Searches the specified input string for the first occurrence of the regular expression specified in the 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, String, RegexOptions) | Searches the input string for the first occurrence of the specified regular expression, using the specified matching options. |
Top
.gif)
.gif)