inExpression

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

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