right
function right(column, len): Column;Defined in: functions/string.ts:190
Returns the rightmost len characters from the string column.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
len | number |
function right(column, len): Column;Defined in: functions/string.ts:190
Returns the rightmost len characters from the string column.
| Parameter | Type |
|---|---|
column | ColOrName |
len | number |