Regex Constructor
.NET Framework 2.0
Initializes a new instance of the Regex class.
| Name | Description |
|---|---|
| Regex () | Initializes a new instance of the Regex class. Supported by the .NET Compact Framework. |
| Regex (String) | Initializes and compiles a new instance of the Regex class for the specified regular expression. Supported by the .NET Compact Framework. |
| Regex (SerializationInfo, StreamingContext) | Initializes a new instance of the Regex class using serialized data. |
| Regex (String, RegexOptions) | Initializes and compiles a new instance of the Regex class for the specified regular expression, with options that modify the pattern. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: