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

Represents a regular expresion with interpolation. The node is evaluated by duplicating the regex stored in the ‘lit’ element, then iterating over the nodes stored in the ‘next’ element. Each node found should evaluate to a string, and each resulting string is appended onto the original string. Interpolation is represented with the EVSTR node.

Methods

cflag   lit   members   next  

Public Class methods

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

Public Instance methods

a bitfield containing the options used in the regular expression. See DREGX for a list of valid values.

the object

the second expression in the block of code

[Validate]