Concatenate text

../../../../_images/join_text.svg

Documentation

Concatenate two or more texts with an optional separator.

Definition

Input ports

in
Type: text
Description: Text part
Optional number of ports: 2–inf (default: 2)

Output ports

out
Type: text
Description: Concatenated text

Configuration

Separator (sep)

A string to be inserted between each part.

Examples

Example flows demonstrating this node:

Implementation

class node_text_operations.ConcatenateTexts[source]