Lucee object methods reference
Object Method Array.findNoCase
These functions performs a case-insensitive search in the array for the specified object.
Array.findNoCase(any value):number
Category
array,find
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 |