ComfyUI Node
Text Split
A ComfyUI node in missed-tool with 8 inputs and 3 outputs.
Text Split
- string_list
- body_text
- item_count
◄input_text►
◄delimiter,►
◄use_regexdisable►
◄strip_whitespaceenable►
◄skip_emptyenable►
◄replace_delimiter_with ►
◄start_index0►
◄end_index1000►
Categorymissed-tool
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| input_text | STRING | — | |
| delimiter | STRING | , | — |
| use_regex | COMBO | disable | 2 options: disable, enable |
| strip_whitespace | COMBO | enable | 2 options: disable, enable |
| skip_empty | COMBO | enable | 2 options: disable, enable |
| replace_delimiter_with | STRING | What to replace the delimiter with in the cleaned text (e.g., space, comma, nothing). | |
| start_index | INT | 00–9999 | — |
| end_index | INT | 10001–9999 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| string_list | STRING | — |
| body_text | STRING | — |
| item_count | INT | — |