ArrayContains_v2 Op
check if array contains a number (find,search,indexOf)
Summary (oneliner)
This returns the index of the first occurance. If multiple needed, use Ops.Array.ArrayFindStrings
Full Name
- Ops.Array.ArrayContains_v2
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayContains example
INPUT PORTS
Array (Array)
Array in that will be searched through
SearchValue (Number)
the string to look for
OUTPUT PORTS
Found (booleanNumber)
Returns true
if string is in array otherwise false
Index (Number)
The index number where the string was found in the array