gg
HomeText › Sort Lines A→Z
Text

Sort Lines A→Z

Sort the lines of your text alphabetically from A to Z. It uses simple byte/character ordering, which matches expectations for plain ASCII lists. Great for tidying names, imports and to-do lists.

Try it now

Worked example

apple banana cherry

Frequently asked

Is the sort case-sensitive?

It uses ordinary string ordering, so uppercase letters sort before lowercase ones.

Are blank lines kept?

Yes — they sort to the top; use Remove Blank Lines first to drop them.

Related Text tools