notContains

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

Creates a NOT ARRAY_CONTAINS(expr, value) expression that checks whether the current array expression contains the given value or not and returns the negated result.

Return

The NOT ARRAY_CONTAINS(expr, value) expression

Parameters

value

The value to search for in the array expression

See also