Skip to main content
Version: 4.0.0

Append Strings

Combines two or more strings at once in a specific order.

Input

NameData TypeDescription
String 0StringThe first string.
String 1StringThe second string to be appended to the first string.

Output

NameData TypeDescription
New StringStringThe string created from the combined strings.