Skip to main content

Text Sorter

v1.0.1

Sort lines alphabetically, numerically, by length, or randomly — with deduplication and blank-line removal.

Sorts lines of text alphabetically, numerically, by length, or randomly — supports ascending and descending order, case-insensitive sort, deduplication, and natural sort (handles numeric parts in filenames correctly).

How to use
  • Paste a list of items (one per line) into the input area and choose a sort order.
  • Enable "Case-insensitive" to treat "Apple" and "apple" as equal during sorting.
  • Turn on "Remove duplicates" to deduplicate the list while sorting in one step.
  • Use "Natural sort" for filenames or version numbers so "file10" correctly sorts after "file9".
6 lines