An email list from a CRM, a column exported from Excel, a server log, SEO keywords — sooner or later any list like this turns into a mess: duplicates, random order, stray blank lines. Fixing it by hand in a text editor is slow and tedious. Here are five tools that each solve one specific text-cleanup task, right in your browser, with no file upload to a server.
Remove duplicate lines
If duplicates crept into a list — say, you merged a few exports or copied the data twice — the duplicate line remover keeps only the unique lines. You can compare lines case-insensitively, ignore leading/trailing whitespace, and choose which occurrence to keep: the first or the last (handy when the more recent version of a line matters more).
Sort the lines
Sort lines arranges a list alphabetically or by numeric value, ascending or descending. Numeric mode fixes something plain alphabetical sorting usually gets wrong: without it, "10" ends up before "2"; with it, numbers land in the correct order.
Remove blank lines
Text copied from a PDF or Word document almost always drags along extra line breaks. Remove blank lines works in two modes: strip every blank line entirely, or just collapse runs of several blank lines in a row into one, preserving paragraph breaks.