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.

ParameterType
columnColOrName
posnumber
lennumber

Column