Type: nodetool.text.Join
Namespace: nodetool.text
Description
Joins a list of strings into a single string using a specified separator. text, join, combine, concatenate, merge, list
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| strings | list[str] |
The list of strings to join. | [] |
| separator | str |
Separator between items. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Related Nodes
Browse other nodes in the nodetool.text namespace.