Illustration of a jumbled list of lines rearranging into alphabetical order

Sort Lines / Unique Lines

Paste text and sort its lines alphabetically, by length, or numerically — live, in either direction. Optionally drop exact duplicates first. Runs entirely in your browser.


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/sort-lines/api -H "Content-Type: application/json" -d '{"text":"banana\napple\ncherry","order":"alpha"}'

Returns {"result", "line_count"}, or {"error": "..."}.