Lucee Function Reference

arrayremoveduplicates()

Removes duplicate values from array.

Example

arrayremoveduplicates(array array,[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
array array  Yes A array to Removes duplicate  
ignoreCase boolean  No if set to true, the duplicate value will not be case sensitive