Click or drag to resize
Regex Constructor
Overload List
  NameDescription
Protected methodRegex
Initializes a new instance of the System.Text.RegularExpressions.Regex class.
Public methodRegex(String)
Initializes a new instance of the System.Text.RegularExpressions.Regex class for the specified regular expression.
Public methodRegex(String, RegexOptions)
Initializes a new instance of the System.Text.RegularExpressions.Regex class for the specified regular expression, with options that modify the pattern.
Top
See Also