Joiner
Last updated
Last updated
[string/Joiner]
Joins an ordered list of strings into a single string. Example:
["Hello", "!"]@0 is received via substrings
" world"@0 is received via separator
"Hello world!"@0 is sent via joined
Keywords: string, join
separator: string
The separator string
substrings: string[]
Array containing the parts
joined: string
Sends the joined parts, separated by the separator string.