Sort Lines
Sort Lines reorders newline-separated entries alphabetically in ascending or descending order. Text sorting follows browser string comparison rules, which may differ from numeric, natural, or locale-specific ordering.
Browser-first workflowProcessing details below
Why use Sort Lines?
- Work directly in your browser without uploading files for processing
- Use clear controls to shape the result for the task at hand
- Inspect the reordered lines before using or downloading it
- Keep the source input unchanged while working on a new result
How to use Sort Lines
- Add the input: Paste one sortable entry per line.
- Set the options: Choose ascending or descending order and any available case or empty-line behavior.
- Run Sort Lines: Start the operation and review the reordered lines.
- Verify the result: Check the output against the intended destination before copying or downloading it.
Frequently Asked Questions
Why is 10 before 2?
The values are compared as text, character by character.
Does it remove duplicates?
No; use Remove Duplicate Lines separately.
Can it sort a CSV column?
Not reliably; it sorts entire lines.