Skip to main content

Text: concatenate

Concatenate left and right string.

Example
Inputs:
- Left input: "Hello"
- Right input: "World"
Ouput: "Hello World"

Parameters

Add whitespace

Whether or not to add whitespace between left and right string.

Default left text

The text to put on the left of the string if not connected.

Default right text

The text to put on the right of the string if not connected.

Input

left

The text to add on the left of the string.

right

The text to add on the right of the string.

Output

Text
The concatenated text.