Skip to content

right

function right(column, len): Column;

Defined in: functions/string.ts:198

Returns the rightmost len characters from the string column.

Parameter Type
column ColOrName
len number

Column