Paste your text, type what to find and what should stand in its place, and every occurrence changes as you type. Matching is plain text — dots and brackets mean themselves, no regex required — with a match-case toggle for when capitals matter, and the rest of the text cleaner a tick away. Nothing is uploaded.
Clean up
Find & replace
Paste or type — the cleaned version updates as you go.
Whatever you tick, the operations run in one fixed order: find & replace, strip special characters, trim, collapse spaces, remove empty lines (blank or whitespace-only), remove duplicates, sort, then join lines with a single space. Line endings come out as Unix (LF).
Stripping keeps letters (accents included), digits, spaces and . , ; : ! ? ' " ( ) - _ / @ & + = % # — curly quotes and long dashes become their plain equivalents; everything else goes. Duplicate removal matches lines exactly. Everything runs in this tab; nothing is uploaded.
Paste into the editor or open a file — everything you add stays in this tab, and you see exactly what the tool will work on before anything runs.
Your browser does all the work locally. Nothing is uploaded — what you paste never leaves this tab, so there’s nothing for anyone to store, scan, or leak.
Take the result to your clipboard, or save it as a file. Close the tab and nothing of what you pasted remains.