The Text Sorter arranges lines alphabetically with options for reverse (Z→A) sorting and case-insensitive comparison. Empty lines are automatically removed.
Useful for organizing lists, CSV data, or any multi-line content. Runs entirely in your browser.
Yes, blank lines are filtered out before sorting.
Lines are sorted alphabetically by default. Numeric strings sort lexicographically (e.g., "10" before "2").