Skip to content

startswith

function startswith(column, prefix): Column;

Defined in: functions/string.ts:88

Returns true if the string column starts with the specified prefix.

ParameterType
columnColOrName
prefixstring

Column