CaptureMatch

Matches a pattern that has been previously captured

final
class CaptureMatch : PatternItem {}

Members

Variables

index
int index;

The 0-based index of the capture to match

Meta