locate
function locate( substr, column, pos?): Column;Defined in: functions/string.ts:133
Returns the position of the first occurrence of substr in the string column, starting from the given position (1-based).
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
substr | string | undefined |
column | ColOrName | undefined |
pos | number | 1 |