Regex.IsMatch Method
Indicates whether the regular expression finds a match in the input string.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | IsMatch(String) | Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input string. |
![]() | IsMatch(String, Int32) | Indicates whether the regular expression specified in the Regex constructor finds a match in the specified input string, beginning at the specified starting position in the string. |
![]() ![]() | IsMatch(String, String) | Indicates whether the specified regular expression finds a match in the specified input string. |
![]() ![]() | IsMatch(String, String, RegexOptions) | Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options. |
![]() ![]() | IsMatch(String, String, RegexOptions, TimeSpan) | Indicates whether the specified regular expression finds a match in the specified input string, using the specified matching options and time-out interval. |

