Skip to content

endswith

function endswith(column, suffix): Column;

Defined in: functions/string.ts:101

Returns true if the string column ends with the specified suffix.

Parameter Type
column ColOrName
suffix string

Column