endswith
function endswith(column, suffix): Column;Defined in: functions/string.ts:93
Returns true if the string column ends with the specified suffix.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
suffix | string |
function endswith(column, suffix): Column;Defined in: functions/string.ts:93
Returns true if the string column ends with the specified suffix.
| Parameter | Type |
|---|---|
column | ColOrName |
suffix | string |