ComfyUI Node
String Split
A ComfyUI node in nifty/string with 3 inputs and 1 output.
String Split
- list
◄string—►
◄delimiter\n►
◄trimfalse►
Categorynifty/string
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| string | STRING | The string to split. | |
| delimiter | STRING | \n | Character or string to split on. Use \n for newline, \t for tab. |
| trim | BOOLEAN | false | Trim leading and trailing whitespace from each part after splitting. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | STRING | — |