SORT

Line Sorter

Sort text lines with options

πŸ”’ 100% client-side β€” your data never leaves this page
Lines Input
Sorted Output
Sorted lines will appear here
πŸ”’ 100% client-side

About this tool

Sort text line-by-line in ascending or descending order, with options to ignore case and remove duplicates. This is useful for cleaning logs, normalizing keyword lists, preparing config entries, and deduplicating plain-text datasets quickly without scripts.

Frequently Asked Questions

Can I remove duplicate lines while sorting?

Yes. Enable duplicate removal to keep unique lines only in the sorted output.

How does ignore-case sorting work?

It compares lines using lowercase values so uppercase and lowercase variants sort together.

Will empty lines be preserved?

Current behavior ignores blank lines to keep output clean and predictable.