contains
function contains(column, value): Column;Defined in: functions/string.ts:83
Returns true if the string column contains the specified string.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
value | string |
function contains(column, value): Column;Defined in: functions/string.ts:83
Returns true if the string column contains the specified string.
| Parameter | Type |
|---|---|
column | ColOrName |
value | string |