Property RXGroup.Exists
Overload
Returns true
if the group exists in the subject string, false
if does not exist.
More info in RXGroup topic. Example in RXMatch topic.
public bool Exists { get; }
Property Value
Remarks
Other ways to detect it: if a group does not exist, its Index is -1 and Value is null
.