Nodes/comfyui-dreambait-nodes/Dynamic String Concatenate πŸ”—
ComfyUI Node

Dynamic String Concatenate πŸ”—

Concatenates multiple string inputs with a configurable delimiter. Supports dynamic input count and smart delimiter parsing.

By drmbtΒ·Created 2 years agoΒ·Updated 6 months agoΒ· 6
Dynamic String Concatenate πŸ”—
    • concatenated_string
    • list_strings
    β—„delimiter, β–Ί
    β—„skip_emptytrueβ–Ί
    β—„trim_whitespacetrueβ–Ί
    Categoryutils

    Inputs (3)

    NameTypeDefaultDescription
    delimiteroptSTRING, Character(s) to separate the input strings. Use \n for newlines. Leave empty for newlines. Default is ', '.
    skip_emptyoptBOOLEANtrueIf enabled, empty or whitespace-only strings will be skipped during concatenation.
    trim_whitespaceoptBOOLEANtrueIf enabled, leading and trailing whitespace will be removed from each input string before concatenation.

    Outputs (2)

    NameTypeDescription
    concatenated_stringSTRINGβ€”
    list_stringsSTRINGβ€”