TPToolpazar

Global Araç

Sort Lines

Sort lines of text with optional dedup, trim, and natural ordering (file-2 sorts before file-10, the way you’d expect). Six modes — A→Z, Z→A, natural, length ascending, length descending, and shuffle — cover essentially every "I have a list and need it ordered" need.

Nasıl Kullanılır

  1. Paste lines into the input box.
  2. Pick a sort mode.
  3. Toggle dedup, trim, and case-sensitivity if needed.
  4. Copy the result.

Sık Sorulan Sorular

What's natural sort?

Natural sort treats numbers in strings as numbers — so 'file-2' sorts before 'file-10', not after. Standard alphabetic sort puts '10' before '2' because '1' < '2' as characters.

Will this preserve duplicates?

By default yes. Tick 'Remove duplicates' to dedupe before sorting.