How to check whether a word or phrase is a palindrome
Type the word, phrase, or number into the input box. It is lowercased, everything except letters and digits is stripped, and the result is compared with its own reverse.
The verdict appears immediately along with the number of characters that were actually compared. That second figure is the one to watch, because it tells you how much of what you typed survived the cleanup and therefore whether the answer is about the phrase you meant.
- Type or paste the candidate word, phrase, or number into the box.
- Read Is a palindrome for the Yes or No verdict.
- Check Compared characters against the length of your input to see how much was stripped.
- If accented letters were dropped, retype them as plain letters and check again.