Skip to content

String Split

Purpose of the Node

The String Split node takes a string input and a separator string as inputs, then outputs an array of substrings obtained by splitting the input string using the separator. This is useful for parsing text data.

Pins

Pin NamePin DescriptionPin TypeValue Type
Input StringThe string to be splitStringString
SeparatorThe string used to split the input stringStringString
SubstringsThe array of substrings obtained from splitting the input stringArrayArray