Skip to content

startswith

function startswith(column, prefix): Column;

Defined in: functions/string.ts:96

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

Parameter Type
column ColOrName
prefix string

Column