Text Processor
Remove duplicates, sort lines, reverse text, shuffle, and more text operations.
Operations
Text Operations Guide
Remove Duplicates: Keeps only the first occurrence of each line
Sort A-Z / Z-A: Alphabetical sorting in ascending or descending order
Sort by Length: Sort lines by character count
Reverse Text: Reverse the entire text character by character
Shuffle Lines: Randomly reorder all lines
Trim Lines: Remove leading and trailing whitespace from each line