check if array contains a string or number (find,search,indexOf)
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array (Array)
Array in that will be searched through
SearchValue (Number)
the string to look for
Outputs
Found (boolean Number)
Returns true
if string is in array otherwise false
Index (Number)
The index number where the string was found in the array
Patches using ArrayContains_v2
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 |