Type: nodetool.text.Join

Namespace: nodetool.text

Description

Joins a list of strings into a single string using a specified separator. text, join, combine, +, add, concatenate

Use cases:
- Combining multiple text elements with a consistent delimiter
- Creating comma-separated lists from individual items
- Assembling formatted text from array elements

Properties

Property Type Description Default
strings List[str]   []
separator str   ``

Outputs

Output Type Description
output str  

Metadata

Browse other nodes in the nodetool.text namespace.