StringIterator¶
Iterate over a characters of a string.
On each successive update this node will emit the next character until the string is exhausted. Version 1.1.0
Ports/Properties¶
curchar¶
Current character.
string¶
String over whose characters to iterate. This node will output one character on each update, until the string is exhausted.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.
verbose¶
Whether to print the current item to the console.