string_split
Split a text string into parts using a specified delimiter to parse lists, CSV-style data, or tokenized input.
Instructions
Split a string by a delimiter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delimiter | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |