Sort Lines

Free online sort lines tool to sort text lines alphabetically or numerically.

  • Runs locally in your browser
  • No data uploaded
  • Instant processing
Waiting for input

How to Use Sort Lines

  1. Paste lines of text into the input area.
  2. Optionally add mode on first line (mode: asc, desc, numeric-asc, numeric-desc).
  3. Get sorted lines instantly and copy the result.

Example Usage

Input

mode: asc
banana
apple
cherry

Output

apple
banana
cherry

Frequently Asked Questions

Can I sort numbers instead of text?
Yes. Use mode: numeric-asc or mode: numeric-desc.
What happens with invalid numeric lines?
The tool returns an error if any line is not a valid number in numeric mode.
Is sort-lines case sensitive?
It uses localeCompare string sorting in default mode.