Click or drag to resize
RegexIsMatch Method
Overload List
  NameDescription
Public methodIsMatch(String)
Indicates whether the regular expression specified in the System.Text.RegularExpressions.Regex constructor finds a match in a specified input string.
Public methodIsMatch(String, Int32)
Indicates whether the regular expression specified in the System.Text.RegularExpressions.Regex constructor finds a match in the specified input string, beginning at the specified starting position in the string.
Public methodStatic memberIsMatch(String, String)
Indicates whether the specified regular expression finds a match in the specified input string.
Public methodStatic memberIsMatch(String, String, RegexOptions)
Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options.
Top
See Also