ComfyUI Node
Concatenate
Concatenate or join strings, with the optionality to add a **prefix** and a **suffix**. NOTE: **prefix** uses the final string as reference, __not__ string_b ! Be mindful if you're using it for *file paths*!
Concatenate
- STRING
◄string_a—►
◄string_b—►
◄prefix—►
◄suffix—►
CategoryArkl1te's Toolkit/string
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| string_a | STRING | — | |
| string_b | STRING | — | |
| prefixopt | STRING | — | |
| suffixopt | STRING | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |