split
function split( column, pattern, limit?): Column;Defined in: functions/string.ts:98
Splits the string around matches of the given pattern.
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
column | ColOrName | undefined |
pattern | string | undefined |
limit | number | -1 |