Remove characters
Strip specific characters, whole character classes or regex matches from text.
Related tools
Remove characters
Paste your text, say which characters have to go, and the cleaned result appears as you type. This tool is built for the small clean-ups that hold up real work: stripping dashes and brackets out of phone numbers, pulling currency symbols off a spreadsheet column, deleting the invisible junk that tags along when you copy from Word, Google Docs or a PDF, or cutting a messy product name down to something safe for a filename.
There are three ways to say what should go. Type characters into the field to delete exactly those — the list is literal, so a hyphen is just a hyphen and nothing is interpreted as a pattern. Switch to keeping only the listed characters to work the other way round and whitelist what you trust, which is the quickest route from free text to plain digits or plain letters. The presets handle the common jobs in one click: everything that is not a letter or digit, digits, letters, punctuation and symbols, or invisible and control characters such as zero-width spaces and byte-order marks. Regex mode is there when a pattern describes the target better than a list does.
Two guards are on by default. Keeping spaces and keeping line breaks protects whitespace in every mode, including inside a regex match, so a preset can never collapse your text into a single blob. Switch them off when the whitespace should go too. Matching case applies to the character list and to the pattern; the presets work by Unicode category, so case never enters into them.
Everything runs in your browser and nothing is uploaded, so internal exports and customer data are safe to paste here. The tally under the output shows how many characters went in, how many came out and how many were removed.