ViewHelper Documentation
v:iterator.indexOf
Searches $haystack for index of $needle, returns -1 if $needle is not in $haystack.
Arguments
needle anySimpleType
Needle to search for in haystack
haystack anySimpleType
Haystack in which to look for needle
considerKeys boolean
Tell whether to consider keys in the search assuming haystack is an array.