String Join
Purpose of the Node
This node takes an array of strings and a separator string, then concatenates the strings using the separator. This is useful for combining multiple pieces of text into a single string with a custom delimiter.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
strings | Strings to join | Array | String |
separator | String to separate by | String | String |
joined_string | Concatenated string | String | String |