| StringExtensionsRegexIsMatch Method |
| Name | Description | |
|---|---|---|
| RegexIsMatch(String, String) |
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
| |
| RegexIsMatch(String, String, RegexOptions) |
Indicates whether the regular expression finds a match in the input string, using the regular expression specified in the pattern parameter and the matching options supplied in the options parameter.
|