check if array contains a string or number (find,search,indexOf)
summary (oneliner)
doc
issues
youtube id
caniuse query
collections
Inputs
Array (Array)
Array in that will be searched through
SearchValue (string /Number)
the string to look for
Outputs
Found (Number)
Returns true
if string is in array otherwise false
Index (Number)
The index number where the string was found in the array
Changelog
cloned op from Ops.Array.ArrayContains
2021-04-28 - simod
Ops.User.simod.ArrayContains_v2 renamed to Ops.Array.ArrayContains_v2
2021-04-28 - simod
2021-04-28 - simod
Ops.User.simod.ArrayContains_v2 renamed to Ops.Array.ArrayContains_v2
2021-04-28 - simod