Click or drag to resize
RegexMatch Method
Overload List
  NameDescription
Public methodMatch(String)
Searches the specified input string for the first occurrence of the regular expression specified in the System.Text.RegularExpressions.Regex constructor.
Public methodMatch(String, Int32)
Searches the input string for the first occurrence of a regular expression, beginning at the specified starting position in the string.
Public methodStatic memberMatch(String, String)
Searches the specified input string for the first occurrence of the specified regular expression.
Public methodMatch(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 methodStatic memberMatch(String, String, RegexOptions)
Searches the input string for the first occurrence of the specified regular expression, using the specified matching options.
Top
See Also