Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Join strings

Joins strings.


Inputs

  • string 1

    • The first string value to join.
  • string 2

    • The second string value to join.
  • separator

    • The string value that defines the separator between the joined strings.

Outputs

  • string

    • The joined string value.
  • string list

    • The list of joined string values.

Note(s)

  • Other names for this node include: StringJoin, Combine strings, and Concatenate strings.

Example(s)