contains

infix inline fun Expression.contains(value: String): Expression(source)

Creates an ARRAY_CONTAINS(expr, value) function that checks whether the current array expression contains the given value or not.

Return

The ARRAY_CONTAINS(expr, value) function

Parameters

value

The value to search for in the array expression

See also