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

Represents one of the regex back reference variables:

  • $& - last match
  • $` - pre
  • $’ - post
  • $+ - last

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]