Nodes/Sage Utils/Join Text (Legacy)
ComfyUI Node

Join Text (Legacy)

Joins two strings with a separator.

By arcum42·Created 2 years ago·Updated 18 days ago· 32
Join Text (Legacy)
    • str
    separator,
    add_separator_to_endfalse
    str1
    str2
    CategorySage Utils/text/helper

    Inputs (4)

    NameTypeDefaultDescription
    separatorSTRING, Separator string used between inputs.
    add_separator_to_endBOOLEANfalseAdd separator to the end of the joined string.
    str1STRINGFirst string to join.
    str2STRINGSecond string to join.

    Outputs (1)

    NameTypeDescription
    strSTRINGOutput value for str.