How to Use
- 1
Paste your text into the input box.
- 2
Click an operation: Sort Lines (A-Z or Z-A), Reverse Text, Reverse Lines, Remove Duplicates, Remove Empty Lines, or Trim Whitespace.
- 3
The result appears in the output box. Copy it with one click.
Frequently Asked Questions
Can I sort lines alphabetically? โผ
Yes. "Sort A-Z" sorts lines in ascending alphabetical order. "Sort Z-A" sorts in descending order. Sorting is case-insensitive by default.
What does Remove Duplicates do? โผ
It removes any line that appears more than once, keeping only the first occurrence. Useful for cleaning lists of emails, URLs, or other repeated entries.