๐ค
Text
Alphabetical Sort
Sort lines of text in ascending or descending alphabetical order. Option to remove duplicates. Instant result in the browser.
How does sorting work?
The text is split by line breaks and each line is sorted using JavaScript's localeCompare method with the pt-BR locale, which correctly handles accented Portuguese letters.
The sorting happens entirely in your browser.
Related Tools
๐
Reverse Text
Reverse any text character by character online. Instant result in the browser, no data sent to servers.
๐งน
Remove Accents
Remove accents and special characters from text. Useful for normalizing data, generating slugs and preparing text for legacy systems.
Aa
Text Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase and snake_case. Instant result in the browser.