Class Node::NTH_REF
In: ext/nodeinfo.c
Parent: Node

Represents the nth match data item, e.g. $1, $2, etc.

Methods

cnt   members   nth  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the index into the local variable table where the match data is stored

the integer representation of the character of the variable to reference, one of ’&’, ’`’, ’\’’, or ’+’

[Validate]