ArrayContainsString Op
Check if an array contains a string which can also be a number (find,search,indexOf)
Summary (oneliner)
Full Name
- Ops.String.ArrayContainsString
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Array Contains string example
INPUT PORTS
Array (Array)
<p>Array to search through</p>
SearchValue (String)
<p>value to find</p>
OUTPUT PORTS
Found (
<i>boolean</i>
Number)<p>outputs a boolean if found</p>
Index (Number)
<p>index in array that string was found at</p>