Lucee object methods reference

Object Method Array.findAllNoCase

These functions searches the array for the specified object and return the positions of all occurrence of this values.
Array.findAllNoCase(any value):array

Category

array,find,iterator

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
value any  Yes The value to find