split

Description

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

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The string to break into smaller parts.

String/Text

-

-

Yes

separator

The separator to break the string by.

String/Text

-

-

Yes

Output

DescriptionOutput 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 : _

Result

Last updated