Skip to main content

Sort Lines

Sort Lines alphabetically orders all lines in your text from A to Z. Use it to sort lists, organize data, prepare content for binary search, or simply tidy up unordered bullet points. Sorting is case-insensitive so "apple" and "Apple" are treated equally.

Characters 0
Words 0
Lines 0

Frequently Asked Questions

Is the sort case-sensitive?

The sort is case-insensitive — uppercase and lowercase variants of the same letter are ordered together.

Can I sort in reverse (Z to A)?

Use the Reverse Lines tool after sorting to get reverse alphabetical order.

Does it remove duplicates?

No — duplicates are kept. Use Remove Duplicate Lines before or after sorting if you want unique-only results.