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: