Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Regex Constructor

 

Initializes a new instance of the Regex class.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

NameDescription
System_CAPS_protmethodRegex()

Initializes a new instance of the Regex class.

System_CAPS_protmethodRegex(SerializationInfo^, StreamingContext)

Initializes a new instance of the Regex class by using serialized data.

System_CAPS_pubmethodRegex(String^)

Initializes a new instance of the Regex class for the specified regular expression.

System_CAPS_pubmethodRegex(String^, RegexOptions)

Initializes a new instance of the Regex class for the specified regular expression, with options that modify the pattern.

System_CAPS_pubmethodRegex(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.

Return to top
Show:
© 2017 Microsoft