ComfyUI Node
Text Splitter
A ComfyUI node in DebugPadawan/Text with 5 inputs and 2 outputs.
Text Splitter
- text_list
- count
◄textapple,banana,orange►
◄delimiter,►
◄is_regexfalse►
◄strip_whitespacetrue►
◄remove_emptytrue►
CategoryDebugPadawan/Text
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | apple,banana,orange | — |
| delimiter | STRING | , | — |
| is_regex | BOOLEAN | false | — |
| strip_whitespaceopt | BOOLEAN | true | — |
| remove_emptyopt | BOOLEAN | true | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text_list | LIST | — |
| count | INT | — |