Indicates whether the match is successful.
[Visual Basic] Public ReadOnly Property Success As Boolean [C#] public bool Success {get;} [C++] public: __property bool get_Success(); [JScript] public function get Success() : Boolean;
true if the match is successful, otherwise false.
The Success property is true if at least one substring was captured by this group. It is equivalent to (Group.Captures.Size > 0).
Group Class | Group Members | System.Text.RegularExpressions Namespace