Skip to content

contains

function contains(column, value): Column;

Defined in: functions/string.ts:91

Returns true if the string column contains the specified string.

Parameter Type
column ColOrName
value string

Column