ComfyUI Node
Triple Join Text (Legacy)
Joins three strings with a separator.
Triple Join Text (Legacy)
- str
◄separator, ►
◄add_separator_to_endfalse►
◄str1—►
◄str2—►
◄str3—►
CategorySage Utils/text/helper
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| separator | STRING | , | Separator string used between inputs. |
| add_separator_to_end | BOOLEAN | false | Add separator to the end of the joined string. |
| str1 | STRING | First string to join. | |
| str2 | STRING | Second string to join. | |
| str3 | STRING | Third string to join. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| str | STRING | Output value for str. |