All recipes

Recipes

Tidy up messy text

De-duplicate and reshape a list, diff two versions, normalise the casing, and measure the result.

Step 1 of 4

Dedupe and reshape the list

Run the block through the duplicate lines remover to drop repeats, then use the list converter to sort, trim, and put one item per line. Mind the case and trim options — by default A and a, or a stray trailing space, count as different lines and survive deduplication.