Show / Hide Table of Contents

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>

default if the group does not exist in the subject string (see RXGroup.Exists).

Remarks

Unlike RXGroup.Value, does not create new string.