Split Text Stream (vuo.text.split.stream)

Separates a stream of text into parts.

This node is useful for receiving a series of text pieces (such as keyboard typing) and splitting it into parts (such as comma-delimited items). Each time a separator is encountered in the text, this node fires an event with the text part just before the separator.

Keywords: bang, csv, delimiter, events, explode, fire, line, part, piece, string, substring, tokenize, trigger, word


Back to vuo.text node set documentation.