Lucee object methods reference
Object Method Array.removeDuplicates
Removes duplicate values from array.
Array.removeDuplicates([boolean ignoreCase]):array
Category
array
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
ignoreCase | boolean | No | if set to true, the duplicate value will not be case sensitive |