Regex Constructor
.NET Framework (current version)
Initializes a new instance of the Regex class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Regex() | Initializes a new instance of the Regex class. |
![]() | Regex(SerializationInfo, StreamingContext) | Initializes a new instance of the Regex class by using serialized data. |
![]() | Regex(String) | Initializes a new instance of the Regex class for the specified regular expression. |
![]() | Regex(String, RegexOptions) | Initializes a new instance of the Regex class for the specified regular expression, with options that modify the pattern. |
![]() | Regex(String, RegexOptions, TimeSpan) | Initializes a new instance of the Regex class for the specified regular expression, with options that modify the pattern and a value that specifies how long a pattern matching method should attempt a match before it times out. |
Show:

