Keep Only Letters
Extract only the letters from a block of text, discarding numbers, punctuation, and symbols.
Pulls the alphabetic content out of a string that mixes letters with IDs, codes, or numbers — handy for isolating words from a "Name123" username or checking what letters remain after stripping formatting.
Example: A username field reading "User_Name123!" becomes "UserName" with the digits, underscore, and exclamation point all stripped, leaving only the letters.
How it works
- Paste mixed text
- Everything except letters (and spaces, if kept) is removed instantly, on your device
- Copy the letters-only result
Frequently asked questions
Does this keep accented letters like é or ñ?
Yes — any Unicode letter is kept, not just plain A-Z. Use Remove Accents afterward if you also want accents stripped.
Is my text uploaded anywhere?
No — Keep Only Letters runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.
Does this keep the spaces between words, or run everything together?
Spaces are kept by default so multi-word phrases stay readable — only non-letter, non-space characters like digits and punctuation are removed.