Lucee object methods reference

Object Method Array.deleteNoCase

Deletes specified object from given array, in case of a string the case of the string does not matter.
Array.deleteNoCase(object value,[string scope]):boolean

Category

array

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
value object  Yes The value to delete
scope string  No one: replaces the first occurrence (default)
all: replaces all occurrences