Remove a Letter From Text
Delete every occurrence of a chosen letter or character.
Text Tools Runs in your browser
Case-sensitive — enter "aA" to remove both cases.
How do you remove a letter from text?
Type one or more characters and every occurrence disappears from your text: deleting “l” turns “hello world” into “heo word”. Matching is case-sensitive, so stripping lowercase “a” leaves capital “A” alone; enter “aA” to catch both. You can stack several characters in the field and clear them all in a single pass, spaces included if you add one.
How to use the Remove Letter
- 1 Add the text you want to clean.
- 2 Enter the character to strip; stack several like “aeiou” to remove them together.
- 3 Check the output, remembering the match is case-sensitive.
- 4 Grab the result with the copy button.
What you can use it for
- Deleting a stray character from exported data.
- Stripping a delimiter out of a string.
- Removing unwanted symbols one at a time.
- Building word puzzles by dropping a letter.
Frequently asked questions
Can several characters go in one pass?
Yes. Enter them back to back, like “xyz”, and all three are stripped everywhere at once.
Why is capital “A” still there after I removed “a”?
The match respects case. Add both forms to the field, “aA”, when you want upper and lower case gone together.
Can it delete spaces?
Include a space among the characters and every space goes; leave it out and spacing is preserved exactly.
Related tools
More Text Tools
More tools like this:
All Text Tools