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)
Array to search through
SearchValue (String)
value to find
OUTPUT PORTS
Found (booleanNumber)
outputs a boolean if found
Index (Number)
index in array that string was found at