Sort Lines Z→A
Sort the lines of your text in reverse alphabetical order, Z to A. It's the mirror of the A→Z sort and uses the same plain string ordering. Useful for leaderboards and reverse indexes.
Try it now
Worked example
cherry
banana
apple
Frequently asked
How is this different from sorting then reversing?
For distinct lines it's the same; this sorts directly in descending order.
Does it change the lines themselves?
No, only their order.