Flexible sorting for any list
Lists come in many shapes, so the sorter adapts to yours. Choose new lines to sort a stacked list, spaces to reorder the words in a sentence, or commas to tidy a comma-separated list. Whichever you pick, the items are re-joined in the same style so the output is ready to use.
You control the details too. Sort ascending or descending, turn on ignore-case so that 'Apple' and 'apple' sort together naturally, and switch on remove-duplicates to strip out repeated entries. The sorter uses smart, natural ordering, so numbers inside items sort sensibly as well.