C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Text.RegularExpressions
Regex Class
Regex Constructor
Regex Constructor
Regex Constructor (String)
Regex Constructor (String, RegexOptions)
Regex Constructor (String)
Initializes a new instance of the System.Text.RegularExpressions.Regex class for the specified regular expression.
Namespace:
System.Text.RegularExpressions
Assembly:
CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
Regex
(
string
pattern
)
Parameters
pattern
Type:
System
String
The regular expression pattern to match.
Exceptions
Exception
Condition
ArgumentException
A regular expression parsing error occurred.
ArgumentNullException
pattern is null.
See Also
Reference
Regex Class
Regex Overload
System.Text.RegularExpressions Namespace