Line Sorter & Deduplicator
Sort, filter, and transform lines of text
Input: 0 lines
Output: 0 lines
Removed: 0 lines
Features
Alphabetical Sort: Sort lines in A-Z or Z-A order.
Numeric Sort: Sort lines containing numbers numerically (1, 2, 10, 20 instead of 1, 10, 2, 20).
Length Sort: Sort lines by character count.
Remove Duplicates: Keep only unique lines.
Random Shuffle: Randomize the order of lines.