Sort text lines with advanced options including alphabetical, numerical, and custom sorting criteria with reverse order support.
Your sorted text will appear here
Visualization will appear when sorting
A vs a sorting
Keep unique lines only
Remove spaces around lines
Skip blank lines
Sort shopping lists, todo items, or contact lists alphabetically
Arrange numerical data, prices, or version numbers in order
Sort imports, variables, or function names in code files
Organize CSV data, log files, or text databases
Sort names, usernames, or contact information
Arrange dates, timestamps, or chronological data
For version numbers like "1.10" vs "1.2", use numerical sorting to get the correct order.
By default, sorting is case-insensitive. Enable case sensitivity to sort capital letters before lowercase.
Use regex patterns to sort by specific parts of each line, like numbers within text.
For large datasets, consider removing duplicates first to improve sorting performance.