inExpression

fun inExpression(block: Expression.ExpressionBuilder.() -> Unit): Expression
fun inExpression(needle: String, haystack: Expression): Expression
fun inExpression(needle: Double, haystack: Expression): Expression

Determines whether an item exists in an array or a substring exists in a string.