instr
function instr(column, substr): Column;Defined in: functions/string.ts:136
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 |