StringExtensionsRegexMatches Method |
Name | Description | |
---|---|---|
RegexMatches(String, String) |
Searches the specified input string for all occurrences of the regular expression specified in the pattern parameter.
| |
RegexMatches(String, String, RegexOptions) |
Searches the specified input string for all occurrences of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.
|