Skip to content

left

function left(column, len): Column;

Defined in: functions/string.ts:193

Returns the leftmost len characters from the string column.

Parameter Type
column ColOrName
len number

Column