Skip to main content

Sort Lines (A–Z)

Sort lines alphabetically, ignoring case — perfect for imports or todo lists.

Key Features

  • Alphabetical sort (A–Z), case-insensitive
  • Handles Unicode and localized strings correctly
  • Blank lines are preserved
  • Runs client-side — works on lists of any size

Benefits

  • Organize imports, dependencies, and TODOs consistently
  • Clean up CSV or configuration files
  • Spot-check duplicates visually after sorting
  • Prepare readable lists for documentation

How to use this tool

1

Paste your list, one item per line

2

Click Process

3

Copy the sorted list

Frequently Asked Questions

Does it sort numbers as numbers?

Sorting is string-based, so '2' sorts before '10'. For numeric sorting, pad with leading zeros before pasting.