Returns the regular expression pattern passed into the constructor
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
The 'pattern' parameter that was passed into the Regex constructor.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace