Palindrome Checker
Check whether a word or phrase reads the same forwards and backwards.
About this tool
Check whether a word or phrase is a palindrome — text that reads the same forwards and backwards once spaces, punctuation, and letter case are ignored.
Key Features
- Ignores spaces, punctuation, and capitalization
- Works with single words or full phrases
- Shows the cleaned-up text used for the check
- Instant result
How to Use
- Enter a word or phrase.
- Click Check.
- See whether it is a palindrome, along with the cleaned text compared.
Benefits
- Check word puzzles or wordplay
- Verify a palindrome for a coding exercise
- Settle an argument about whether a phrase counts
Frequently Asked Questions
Classic phrase palindromes like "A man, a plan, a canal: Panama" are only palindromes once spacing and punctuation are stripped away — read as raw text including spaces, they would not match in reverse. Ignoring them is the standard, conventional way palindromic phrases are judged.
No — the check treats uppercase and lowercase letters as equivalent, since a phrase like "Was it a car or a cat I saw" is still considered a palindrome despite its natural capitalization pattern not literally mirroring itself.
By the same definition used here (reads the same forwards and backwards), a single character trivially satisfies that condition, so yes. Empty text has nothing to compare and is treated as not meaningfully checkable.