Concatenate text¶
Documentation¶
Concatenate two or more texts with an optional separator.
Definition¶
Input ports¶
- in
Type: textDescription: Text partOptional number of ports: 2–inf (default: 2)
Output ports¶
- out
Type: textDescription: 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]