> ## 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.

# Concatenate Text

<CardGroup cols={2}>
  <Card title="Text, Text" href="#text-text" />

  <Card title="Text, Text, Text" href="#text-text-text" />
</CardGroup>

***

<h2 id="text-text">
  Text, Text
</h2>

Merge an ordered list of text into one text object.

### Inputs

| Name      | Type                                                    | Description                                                          |
| --------- | ------------------------------------------------------- | -------------------------------------------------------------------- |
| Text      | [Text List](../../../../block-documentation/types/text) | Ordered list of text to concatenate.                                 |
| Delimiter | [Text](../../../../block-documentation/types/text)      | Optional text to insert between each text object being concatenated. |

### Outputs

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

***

<h2 id="text-text-text">
  Text, Text, Text
</h2>

Merge an ordered list of text into one text object.

### Inputs

| Name      | Type                                               | Description                                                          |
| --------- | -------------------------------------------------- | -------------------------------------------------------------------- |
| Text 1    | [Text](../../../../block-documentation/types/text) | First text object to concatenate.                                    |
| Text 2    | [Text](../../../../block-documentation/types/text) | Second text object to concatenate.                                   |
| Delimiter | [Text](../../../../block-documentation/types/text) | Optional text to insert between each text object being concatenated. |

### Outputs

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