Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

@Split

Splits a string into substrings based on a specified separator.

Script usage:

@Split(Text, Separator, [Count])

Parameters:

NameDescription
TextString to split.
SeparatorString that delimits the substrings in this string.
CountThe maximum number of substrings to return. If not specified, all substrings are returned.

See also: