String Split
Purpose of the Node
Section titled “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.
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| Input String | The string to be split | String | String |
| Separator | The string used to split the input string | String | String |
| Substrings | The array of substrings obtained from splitting the input string | Array | Array |