Skip to content

split

function split(
column,
pattern,
limit?): Column;

Defined in: functions/string.ts:106

Splits the string around matches of the given pattern.

Parameter Type Default value
column ColOrName undefined
pattern string undefined
limit number -1

Column