ComfyUI Node
Evaluate Strings JK๐
Evaluate Python expressions with string variables and string operations
Evaluate Strings JK๐
- STRING
โpython_expressiona + b + cโบ
โaHelloโบ
โb Worldโบ
โc!โบ
Category๐ JK/โ๏ธ Math
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| python_expression | STRING | a + b + c | Python expression using string variables a, b, c (e.g., 'a + b + c' or 'len(a)') |
| aopt | STRING | Hello | String variable a for expression |
| bopt | STRING | World | String variable b for expression |
| copt | STRING | ! | String variable c for expression |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | โ |