ids required default (none - required)The delimited list to de-duplicate. Usually item ids, but any values work (numbers, words, field values). Parts are split on the delimiter; empty or whitespace-only parts are dropped. If the value starts with a left square bracket it is parsed as a JSON array instead.
delimiter optional default - (a single dash); ignored for JSON-array inputThe separator between values, used to both split the input and rejoin the result. Defaults to a single dash. Any string works (for example a comma or a comma-and-space). Ignored when the input is a JSON array (a value starting with a left square bracket), which is always split and rejoined as JSON.
{unique:a-b-a-c-b}
{unique:3-1-2-1-3}
{unique:x-y-z}
{unique:red,blue,red,green,blue:,}
{unique:Prague, Brno, Prague, Plzen:, }
{unique:a--b-a-}
{unique:["a","b","a","c"]}
{count:{unique:red-blue-red-green-blue}}
{unique:a- a-a}