Houdini 21.0 Nodes APEX nodes

string::Join

Returns a string that is the concatenation of the strings in an array.

On this page
Since 21.0

Returns a string that is the concatenation of the strings in array, with a delimiter inserted between each array element. For example, if delimiter is “.” and array is ["hello", "there", "Houdini"], then result will be hello.there.Houdini.

Inputs

delimiter: String

The string to insert between each array element.

array: StringArray

The strings to concatenate.

Outputs

result: String

The concatenated string.

APEX nodes