| 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.
a bitfield containing the options used in the regular expression. See DREGX for a list of valid values.