Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function ARRAYFINDNOCASE

These functions performs a case-insensitive search in the array for the specified object.

Example

arrayfindnocase(array array,any value):number

Arguments

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