Property RXGroup.Value
Overload
Gets substring of the subject string from RXGroup.Start to RXGroup.End.
public string Value { get; }
Property Value
string
|
Remarks
Creates new string each time. See also RXGroup.Span.
Gets substring of the subject string from RXGroup.Start to RXGroup.End.
public string Value { get; }
string
|
Creates new string each time. See also RXGroup.Span.