Text Sorter
Sort lines alphabetically.
INPUT
0 charsOUTPUT
0 charsUse cases
Sort keyword lists
Alphabetize tags, keywords, redirects, or copy lists before sharing or importing.
Organize config values
Sort feature flags, environment keys, domains, or IDs so changes are easier to review.
Clean spreadsheet columns
Paste a column of text and get an ordered list without opening a spreadsheet.
Examples
Frequently Asked Questions
How are lines sorted?+
Lines are sorted using locale-aware string comparison.
Does it change line content?+
No. It only changes line order.
Related Tools
API preview
Endpoint
POST
/api/tools/text-sorterRequest
{
"input": "hello world",
"options": {}
}Response
{
"result": "processed output",
"tool": "text_sorter"
}