> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/string/concat.md).

# concat

## Description

Combining separate pieces of text or characters to create a larger, unified text or string.

## Input / Parameter

| Name     | Description                   | Input Type  | Default | Options | Required |
| -------- | ----------------------------- | ----------- | ------- | ------- | -------- |
| string1  | The first value to combine.   | String/Text | -       | -       | No       |
| string2  | The second value to combine.  | String/Text | -       | -       | No       |
| string3  | The third value to combine.   | String/Text | -       | -       | No       |
| string4  | The fourth value to combine.  | String/Text | -       | -       | No       |
| string5  | The fifth value to combine.   | String/Text | -       | -       | No       |
| string6  | The sixth value to combine.   | String/Text | -       | -       | No       |
| string7  | The seventh value to combine. | String/Text | -       | -       | No       |
| string8  | The eight value to combine.   | String/Text | -       | -       | No       |
| string9  | The ninth value to combine.   | String/Text | -       | -       | No       |
| string10 | The tenth value to combine.   | String/Text | -       | -       | No       |

## Output

| Description                                      | Output Type |
| ------------------------------------------------ | ----------- |
| Returns the concatenated/unified text or string. | String/Text |

## Callback

N/A

## Video

## Example

| Screenshot                       | Expected results                                      |
| -------------------------------- | ----------------------------------------------------- |
| ![](/files/SxO62wQCVmbY98CTFSap) | `The quick brown fox jumped over the lazy dog again.` |

## Links
