Houdini 20.5 Nodes APEX nodes

string::Split

Splits a string into multiple tokens.

On this page
Since 20.0

Splits a string into multiple tokens.

Inputs

input: String

The string to split.

separators: String

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

Outputs

result: StringArray

The separated tokens.

APEX nodes