Concatenate texts

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

Documentation

Concatenate a list of texts with an optional separator.

Definition

Input ports

in
Type: [text]
Description: Text parts

Output ports

out
Type: text
Description: Concatenated text

Configuration

Separator (sep)

A string to be inserted between each part.

Implementation

class node_text_operations.ConcatenateTextsList[source]