Skip to content

locate

function locate(
substr,
column,
pos?): Column;

Defined in: functions/string.ts:141

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

Parameter Type Default value
substr string undefined
column ColOrName undefined
pos number 1

Column