1001Ferramentas
๐Ÿ”ค 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