Split a string into an array of substrings
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Text (text) | string | - | - | |||
Separator (separator) | string | - | - | |||
Limit (limit) | number | - | - |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Text (text) | string | The text to split | |||
Separator (separator) | string | The separator to use when splitting the text, default is empty string | |||
Limit (limit) | number | -1 | A value used to limit the number of elements returned in the array, default is -1 which means no limit |
Name | Type | Description |
---|---|---|
Output (output) | array |