Sort Lines

Sort text lines

Frequently Asked Questions

What sorting options are available?
You can sort alphabetically (A-Z or Z-A), numerically (for lines starting with numbers), by line length (shortest to longest or vice versa), and case-sensitive or case-insensitive.
How does numeric sorting differ from alphabetic?
Alphabetic sorting treats numbers as text (10 comes before 2). Numeric sorting treats them as numbers (2 comes before 10). Use numeric sort for numbered lists.
Can I sort by a specific column or field?
This tool sorts entire lines. For column-based sorting, you would need to use a CSV or spreadsheet tool that can sort by specific columns.