in
Retrieves whether an item exists in an array or a substring exists in a string.
Return
true if exists.
Parameters
needle
the item expression
haystack
the array or string expression
Retrieves whether an item exists in an array or a substring exists in a string.
true if exists.
the item expression
the array or string expression