Sort Lines
Sort lines of text alphabetically, ascending or descending. Free online tool, paste and sort with one click.
Preparing private browser tool…
Frequently asked questions
- Can I sort in reverse (Z to A)?
- Yes. Switch to 'Descending' to sort lines from Z to A or from the largest to the smallest value.
- How does case-insensitive sorting work?
- When enabled, uppercase and lowercase letters are treated as equal, so 'Apple' and 'apple' sort together.
- Does it handle numbers correctly?
- Lines are sorted alphabetically, so numbers are ordered as strings. Use padding if you need strict numeric order.