Show / Hide Table of Contents

Property RXGroup.Value


Overload

Gets substring of the subject string from RXGroup.Start to RXGroup.End.

public string Value { get; }
Property Value
string

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

Remarks

Creates new string each time. See also RXGroup.Span.