|  | StringExtensionsRegexMatch Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | RegexMatch(String, String) | 
            Searches the specified input string for the first occurrence of the regular expression supplied in the pattern parameter.
             | 
|   | RegexMatch(String, String, RegexOptions) | 
            Searches the input string for the first occurrence of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.
             | 
 See Also
See Also