Skip to content

instr

function instr(column, substr): Column;

Defined in: functions/string.ts:128

Returns the position of the first occurrence of substr in the string column (1-based).

ParameterType
columnColOrName
substrstring

Column