Text & Writing Tools

Palindrome & Anagram Checker

Check whether text reads the same backwards, and test whether two phrases are anagrams.

Privacy

Everything runs inside your browser. Nothing you type or paste is transmitted, logged or stored — which matters for drafts, credentials and anything not yet public.

Tips

  • Loose matching ignores case, spaces and punctuation, which is how palindromes are conventionally judged — "A man, a plan, a canal: Panama" counts.
  • Every line is checked as a palindrome; the last two lines are also compared as anagrams.
  • Two texts are anagrams when they contain exactly the same letters with the same counts, regardless of order.

Frequently asked questions

Are numbers palindromes?

Yes, by the same rule — 12321 reads the same in both directions. Loose matching keeps digits and discards everything else.

Related tools