Property RXGroup.Span
Overload
Gets span of the subject string from RXGroup.Start to RXGroup.End.
public ReadOnlySpan<char> Span { get; }
Property Value
ReadOnlySpan<char>
|
Remarks
Unlike RXGroup.Value, does not create new string.