| Class | Node::DSTR |
| In: |
ext/nodeinfo.c
|
| Parent: | Node |
Represents a string object with interpolation. The node is evaluated by duplicating the string stored in the ‘lit’ element, then iterating over the nodes stored in the ‘next’ element. Each node found should evalate to a string, and each resulting string is appended onto the regex. Interpolation is represented with the EVSTR node.