Word Puzzle Kit

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. 1
      Type a word or sentence

      The verdict updates as you type.

    2. 2
      Read both verdicts

      Strict compares the text exactly; relaxed ignores case, spaces and punctuation.

    3. 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?
    Strict compares the text character for character, so spaces, capitals and punctuation all count. Relaxed strips those first, which is what people normally mean — under strict rules almost no sentence is a palindrome, including all the famous ones.
    Is a single letter a palindrome?
    Technically yes, and so is an empty string. Both read the same forwards and backwards. This tool says so rather than pretending otherwise, though it is rarely the answer anyone wanted.
    Can I check a whole list?
    Yes. Paste one item per line and each line gets its own verdict, with a count of how many passed.
    Does it handle accented characters?
    Under the relaxed reading, yes — accents are folded to their base letter, so résumé-style spellings compare the way you would read them aloud.

    Other ways to attack the same letters.

    View all