Show / Hide Table of Contents

Property RXMatch.Value


Overload

Gets substring of the subject string from RXMatch.Start to RXMatch.End. The same as that of group 0 (RXGroup.Value).

public string Value { get; }
Property Value
string