Skip to content

endswith

function endswith(column, suffix): Column;

Defined in: functions/string.ts:93

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

ParameterType
columnColOrName
suffixstring

Column