Lucee Function Reference
arraydeletenocase()
Deletes specified object from given array, in case of a string the case of the string does not matter.
Example
arraydeletenocase(array array,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 |
---|---|---|---|
array | array | Yes | The array to delete from |
value | object | Yes | The value to delete |
scope | string | No |
one: replaces the first occurrence (default) all: replaces all occurrences |