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).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
substr | string |