split
Last updated
Breaks a single string into multiple smaller strings using a 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
N/A
Coming Soon.
The user wants to split the string.
Call the function. value : CL_JASON_CODE separator : _



Last updated