Palindrome Checker
Checks whether your text is a palindrome, ignoring case, spaces, and punctuation.
Checks whether your text is a palindrome, ignoring case, spaces, and punctuation.
Use cases
- Checking a word or phrase for a word puzzle
- Verifying a famous palindrome phrase actually works
Examples
A classic palindrome phrase
A man a plan a canal Panama
{"is_palindrome": true, "normalized": "amanaplanacanalpanama"}FAQ
Is my data sent to a server?
Yes — the check runs on the server for this tool.