ArrayContains_v2 Op
check if array contains a number (find,search,indexOf)
Summary (oneliner)
Full Name
- Ops.Array.ArrayContains_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayContains example
INPUT PORTS
Array (Array)
<p>Array in that will be searched through</p>
SearchValue (Number)
<p>the string to look for</p>
OUTPUT PORTS
Found (
<i>boolean</i>
Number)<p>Returns <code>true</code> if string is in array otherwise <code>false</code></p>
Index (Number)
<p>The index number where the string was found in the array</p>