> 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/conversion/split.md).

# split

## Description

Breaks a single string into multiple smaller strings using a separator.

## Input / Parameter

| Name      | Description                             | Input Type  | Default | Options | Required |
| --------- | --------------------------------------- | ----------- | ------- | ------- | -------- |
| value     | The string to break into smaller parts. | String/Text | -       | -       | Yes      |
| separator | The separator to break the string by.   | String/Text | -       | -       | Yes      |

## Output

| Description                                               | Output Type |
| --------------------------------------------------------- | ----------- |
| Returns an array containing the multiple smaller strings. | Array/List  |

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants to split the string.

### Step

1. Call the function.\
   value : CL\_JASON\_CODE\
   separator : \_

   ![](/files/MYBURehFi5xQIhMlRCwW) ![](/files/9xYwr11nbgj6ZrRGwkPp)

### Result

![](/files/xCqo4w3bgPDLRSOHb2SC)

## Links
