Skip to content

left

function left(column, len): Column;

Defined in: functions/string.ts:185

Returns the leftmost len characters from the string column.

ParameterType
columnColOrName
lennumber

Column