duplicate

Description Syntax Parameters Returns Example
Checks for records with duplicate values duplicate(variable, isCaseSensitive) variable: value or array of values.

isCaseSensitive: whether to compare attribute value irrespective of case of the string or not. Default is true.(Optional)

true : if duplicate

false: otherwise.

duplicate(variable, false)