ComfyUI Node
Ino String Split
Splits a string by a delimiter and returns the part at the given index.
Ino String Split
- part
- count
◄input_string►
◄delimiter,►
◄index0►
CategoryInoStringHelper
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input_string | STRING | — | |
| delimiter | STRING | , | — |
| index | INT | 00–999 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| part | STRING | — |
| count | INT | — |