RegexMatches Method |
Name | Description | |
---|---|---|
![]() | Matches(String) |
Searches the specified input string for all occurrences of a regular expression.
|
![]() | Matches(String, Int32) |
Searches the specified input string for all occurrences of a regular expression,
beginning at the specified starting position in the string.
|
![]() ![]() | Matches(String, String) |
Searches the specified input string for all occurrences of a specified regular
expression.
|
![]() ![]() | Matches(String, String, RegexOptions) |
Searches the specified input string for all occurrences of a specified regular
expression, using the specified matching options.
|