Skip to content

substring

function substring(
column,
pos,
len): Column;

Defined in: functions/string.ts:71

Returns the substring from a string column starting at the given position with the given length.

Parameter Type
column ColOrName
pos number
len number

Column