in
Create an IN expression that evaluates whether or not the current expression is in the given expressions.
Return
an IN expression.
Parameters
expressions
the expression array to evaluate with.
Create an IN expression that evaluates whether or not the current expression is in the given expressions.
an IN expression.
the expression array to evaluate with.