split
Last updated
Last updated
Breaks a single string into multiple smaller strings using a separator.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
N/A
Coming Soon.
The user wants to split the string.
Call the function. value : CL_JASON_CODE separator : _
value
The string to break into smaller parts.
String/Text
-
-
Yes
separator
The separator to break the string by.
String/Text
-
-
Yes
Returns an array containing the multiple smaller strings.
Array/List