In
Returns true
if a string is one of the following values. The In
function is a shorthand for multiple or
conditions.
Inputs
In(string, [value...])
string
- A text value to search forvalue
- List of values to compare with the string
Returns true
if a string is one of the following values. The In
function is a shorthand for multiple or
conditions.
In(string, [value...])
string
- A text value to search for
value
- List of values to compare with the string