| Regex Constructor |
| Name | Description | |
|---|---|---|
| Regex |
Initializes a new instance of the System.Text.RegularExpressions.Regex class.
| |
| Regex(String) |
Initializes a new instance of the System.Text.RegularExpressions.Regex class
for the specified regular expression.
| |
| Regex(String, RegexOptions) |
Initializes a new instance of the System.Text.RegularExpressions.Regex class
for the specified regular expression, with options that modify the pattern.
|