Houdini 20.0 Nodes APEX Nodes

string::Split

Splits a string into multiple tokens

On this page
Since 20.0

Inputs

input

String The string to split.

separators

String The separators to use for splitting. By default, whitespace characters are used (ie. newline, tab and space).

Outputs

result

StringArray The separated tokens.

APEX Nodes