Property RXMatch.Exists
Overload
Gets the return value of the regexp.Match call.
public bool Exists { get; }
Property Value
Remarks
Can be false only when the function returned false but a mark is available (see RXMatch.Mark). Otherwise, when the function returns false, it returns null instead of a RXMatch object.
When false, all properties except Exists and Mark have undefined values or throw exception.