ComfyUI Node
Dynamic String Concat
Concatenates connected string inputs in slot order. If 'template' is non-empty, slots are interpolated into placeholders {1}, {2}, … instead of joined.
Dynamic String Concat
- text
◄separator ►
◄ignore_emptytrue►
◄strip_whitespacetrue►
◄prefix►
◄suffix►
◄template►
CategoryMoonPack/string
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| separator | STRING | Separator placed between joined strings (ignored when 'template' is non-empty). | |
| ignore_empty | BOOLEAN | true | Skip inputs that are empty after stripping (join mode only). |
| strip_whitespace | BOOLEAN | true | Strip leading/trailing whitespace from each input before joining. |
| prefix | STRING | Prepended to the final result. | |
| suffix | STRING | Appended to the final result. | |
| template | STRING | If non-empty, slots are interpolated into {N} placeholders instead of joined. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |