ArrayContains_v2 Op

ArrayContains

check if array contains a number (find,search,indexOf)



Full Name
  • Ops.Array.ArrayContains_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


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>


Patches using ArrayContains_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.Array.ArrayContainsuser avatarsimod - 2021-04-28 15:44
Ops.User.simod.ArrayContains_v2 renamed to Ops.Array.ArrayContains_v2user avatarsimod - 2021-04-28 15:48