split

Description

Splits the string into an array, based on the separator.

Return type

array

Domain

This is a scalar function (calculates a single output value for a single input row.)

Categories

Usage

split( value, separator )

Argument

Type

Required

Multiple

value

string

Required

Only one

separator

string

Required

Only one