Type: nodetool.text.Split
Namespace: nodetool.text
Description
Separates text into a list of strings based on a specified delimiter. text, split, tokenize
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| delimiter | str |
, |
Outputs
| Output | Type | Description |
|---|---|---|
| output | list[str] |
Related Nodes
Browse other nodes in the nodetool.text namespace.