šŸ“Š Sort Lines

Sort and organize text lines alphabetically, numerically, or in reverse order. Perfect for organizing lists, managing data, and arranging text content. Supports ascending and descending sort options.

šŸ“Œ Sorted Output:
Enter text and click "Sort Lines" to organize...
0
Total Lines
0
Blank Lines
0
Content Lines
šŸ’” How it works:
  • Paste your text with one item per line
  • Click "Sort Lines" to organize alphabetically
  • Enable "Reverse Order" for Z→A sorting
  • Blank lines are preserved in sorted output
  • Sort is case-insensitive by default
  • Statistics show total, blank, and content lines

šŸ“ Examples:

Input (Unsorted):
zebra apple mango banana cherry
Output (Ascending Sort):
apple banana cherry mango zebra
Output (Descending Sort - Reverse):
zebra mango cherry banana apple
Input (Numbers & Text):
30-Item 5-Item 100-Item 2-Item 15-Item
Output (Lexicographic Sort):
100-Item 15-Item 2-Item 30-Item 5-Item
Statistics (Example):
Total Lines: 5
Blank Lines: 0
Content Lines: 5
šŸ“š Use Cases:
  • Organize alphabetical lists and directories
  • Sort contact or name lists
  • Arrange data for reports or analysis
  • Organize TODO lists or task priorities
  • Sort product names or inventory items
  • Organize server logs or error lists
  • Create alphabetical indexes or catalogs
ā„¹ļø Note: The sort is case-insensitive and lexicographic (alphabetical). Numbers are sorted by their text representation (so "2" comes after "100"). Blank lines are preserved in their sorted positions.