OS Garage

Text Formatting Tool

Sort Lines A to Z Online

Sort all lines alphabetically in ascending order.

Features

Locale-Aware Sorting

Uses localeCompare for linguistically correct ordering including accented characters.

Case-Insensitive Option

Uppercase and lowercase versions of the same letter are sorted adjacently.

Handles Any List Size

Efficiently sorts thousands of lines.

How to Use

  1. 1

    Paste your list

    Enter any multi-line text.

  2. 2

    Lines are sorted A→Z

    Output shows lines in ascending alphabetical order.

  3. 3

    Copy sorted list

    Use the sorted result in your application.

Examples

Unsorted list

Input

cherry apple banana date

Output

apple banana cherry date

Common Questions

No. The sort treats uppercase and lowercase letters as equivalent, so 'Apple' and 'apple' sort together. The original casing of each line is preserved in the output.