Nodes/ComfyUI-JakeUpgrade/Evaluate Strings JK๐Ÿ‰
ComfyUI Node

Evaluate Strings JK๐Ÿ‰

Evaluate Python expressions with string variables and string operations

By jakechaiยทCreated 2 years agoยทUpdated 2 months agoยท 146
Evaluate Strings JK๐Ÿ‰
    • STRING
    โ—„python_expressiona + b + cโ–บ
    โ—„aHelloโ–บ
    โ—„b Worldโ–บ
    โ—„c!โ–บ
    Category๐Ÿ‰ JK/โœ–๏ธ Math

    Inputs (4)

    NameTypeDefaultDescription
    python_expressionSTRINGa + b + cPython expression using string variables a, b, c (e.g., 'a + b + c' or 'len(a)')
    aoptSTRINGHelloString variable a for expression
    boptSTRING WorldString variable b for expression
    coptSTRING!String variable c for expression

    Outputs (1)

    NameTypeDescription
    STRINGSTRINGโ€”