ComfyUI Node
Dynamic String Concatenate π
Concatenates multiple string inputs with a configurable delimiter. Supports dynamic input count and smart delimiter parsing.
Dynamic String Concatenate π
- concatenated_string
- list_strings
βdelimiter, βΊ
βskip_emptytrueβΊ
βtrim_whitespacetrueβΊ
Categoryutils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| delimiteropt | STRING | , | Character(s) to separate the input strings. Use \n for newlines. Leave empty for newlines. Default is ', '. |
| skip_emptyopt | BOOLEAN | true | If enabled, empty or whitespace-only strings will be skipped during concatenation. |
| trim_whitespaceopt | BOOLEAN | true | If enabled, leading and trailing whitespace will be removed from each input string before concatenation. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| concatenated_string | STRING | β |
| list_strings | STRING | β |