beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayContainsString Op



ArrayContainsString
Namespace: Ops.String

Op author: pandur

Check if an array contains a string which can also be a number (find,search,indexOf)




Inputs

Array (Array)

Array to search through

SearchValue (String)

value to find

Outputs

Found (boolean Number)

outputs a boolean if found

Index (Number)

index in array that string was found at


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array Contains string example


Patches using ArrayContainsString

  • Examples
  • Public
  • My Patches

Changelog


created op
2020-06-09 - pandur
Ops.User.pandur.ArrayContainsString renamed to Ops.String.ArrayContainsString
2020-06-09 - pandur