ArrayFindStrings Op
Return all the indexes of a string in an array
Summary (oneliner)
Full Name
- Ops.Array.ArrayFindStrings
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Array (Array)
Array to search through
SearchValue (String)
value to find
OUTPUT PORTS
Index (Array)
indexes that the string was found at
Found (booleanNumber)
outputs a boolean if found