Split

Splits a String object into an array of strings by separating the string into substrings, using a specified separator. Uses default split.

Settings

Separator (optional)

Specifies the string which denotes the points at which each split should occur. (Default: comma ,).

Index (optional)

Specifies which part of a splitted value should be returned. If not defined all parts will be returned.

Examples

Last updated