Transform lists: trim, dedupe, sort, change separator, wrap items
Input list
Output
0 items
Pipeline order
Operations apply in this order: split → trim → drop blanks → dedupe → sort → reverse → case → prefix & suffix → quote → join. Knowing the order matters when, for example, the prefix should be quoted along with the item (it will be).