Palindrome Checker
Check a word, a sentence, or a whole list — under both the strict reading and the one people actually mean.
How to use it
- 1 Type a word or sentence
The verdict updates as you type.
- 2 Read both verdicts
Strict compares the text exactly; relaxed ignores case, spaces and punctuation.
- 3 Check a list at once
Paste several lines and each is checked separately.
Two readings of the same question
"Is this a palindrome" has two answers, and which you want depends on whether you are writing a puzzle or a program.
The relaxed reading ignores case, spaces and punctuation. This is what people mean in ordinary use, and the only reading under which the famous sentence-length palindromes qualify at all — every one of them relies on the spaces falling in different places forwards and backwards.
The strict reading compares the text exactly as typed. Only single words and deliberately constructed strings pass. It is the reading you want when the palindrome is a data format rather than a piece of wordplay — a numeric ID, a sequence, a test fixture.
Word-level palindromes
There is a third kind this tool does not test: sentences that read the same backwards word by word rather than letter by letter. Those are a separate puzzle form with their own constraints, and a letter-based checker will always call them false.
Related
A semordnilap is a word that spells a different word backwards — stressed and desserts, drawer and reward. To hunt for those, reverse the word and check it in the Word Finder, or search the word lists for the reversed spelling.
Common questions
What is the difference between strict and relaxed?
Is a single letter a palindrome?
Can I check a whole list?
Does it handle accented characters?
Related tools
Other ways to attack the same letters.
Word Counter
Words, characters, sentences and reading time, live as you type.
Letter Frequency Counter
See which letters your text leans on, as a ranked chart.
Syllable Counter
Count syllables per word and per line — built for haiku and lyrics.
Alphabetizer
Sort any list alphabetically, with dedupe and case options.