0 out of 2 rated this helpful - Rate this topic

Regex.Match Method

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.

  Name Description
Public method Match(String) Searches the specified input string for the first occurrence of the regular expression specified in the Regex constructor.
Public method Match(String, Int32) Searches the input string for the first occurrence of a regular expression, beginning at the specified starting position in the string.
Public method Static member Match(String, String) Searches the specified input string for the first occurrence of the specified regular expression.
Public method 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.
Public method Static member Match(String, String, RegexOptions) Searches the input string for the first occurrence of the specified regular expression, using the specified matching options.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ