This documentation is archived and is not being maintained.
Regex Constructor
Visual Studio 2010
Initializes a new instance of the Regex class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Regex() | Initializes a new instance of the Regex class. |
|
Regex(String) | Initializes and compiles a new instance of the Regex class for the specified regular expression. |
|
Regex(SerializationInfo, StreamingContext) | Initializes a new instance of the Regex class by 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. |
Show: