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)