> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Split Text

Splits a single text object into a list of text objects based on a delimiting string, character, or string of delimiters.

### Inputs

| Name          | Type                                               | Description                                                                                                                                         |
| ------------- | -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Text          | [Text](../../../../block-documentation/types/text) | Text object to split.                                                                                                                               |
| Delimiter     | [Text](../../../../block-documentation/types/text) | The character or string used to split the text object. If no delimiter is provided, the input string will be split into its constituent characters. |
| Split by each | [Bool](../../../../block-documentation/types/bool) | Option to split text around each character contained in Delimiter.                                                                                  |

### Outputs

| Type                                                    |
| ------------------------------------------------------- |
| [Text List](../../../../block-documentation/types/text) |
