startswith
function startswith(column, prefix): Column;Defined in: functions/string.ts:96
Returns true if the string column starts with the specified prefix.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
prefix |
string |
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 |