๐Ÿ”คSort Lines

Sort lines alphabetically

About the Sort Lines

Sort Lines arranges the lines of your text alphabetically or numerically, in ascending or descending order. It is ideal for organizing lists, imports, and configuration entries.

Sorting happens locally so it works offline and keeps your data private.

Common use cases

  • Alphabetizing lists of names, tags, or keywords
  • Organizing import statements or config keys
  • Sorting numeric data line by line
  • Preparing lists for deduplication or comparison

How to use the Sort Lines

  1. Paste your lines into the input box.
  2. Choose ascending or descending order.
  3. Copy the sorted result.

Frequently asked questions

Can it sort numbers correctly?

Yes, numeric sorting orders values by magnitude rather than as plain text.

Is sorting case-sensitive?

Sorting can treat upper- and lowercase consistently; normalize the case first if you need strict alphabetical order.

Does it remove duplicates while sorting?

No, use the Remove Duplicate Lines tool for that, then sort the result.