Nodes/ComfyUI_StringEssentials/String Conditional Append
ComfyUI Node

String Conditional Append

A ComfyUI node in utils/StringEssentials with 5 inputs and 2 outputs.

By bradsec·Created 2 years ago·Updated about a month ago· 35
String Conditional Append
    • output_string
    • was_appended
    input_string
    strings_to_check
    positionend
    match_casefalse
    separator,
    Categoryutils/StringEssentials

    Inputs (5)

    NameTypeDefaultDescription
    input_stringSTRINGThe string to process
    strings_to_checkSTRINGEnter strings to search for and append if not found (one per line)
    positionCOMBOendWhere to add strings if not found
    match_caseBOOLEANfalseWhether the search should be case-sensitive
    separatorSTRING, Character(s) to use between text and appended strings

    Outputs (2)

    NameTypeDescription
    output_stringSTRING
    was_appendedBOOLEAN