Skip to content

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).

ParameterTypeDefault value
substrstringundefined
columnColOrNameundefined
posnumber1

Column