Palindrome Checker
Check if a word, phrase, or sentence reads the same forwards and backwards.
Try an example:
Check if a word, phrase, or sentence reads the same forwards and backwards.
Try an example:
A palindrome is a word or phrase that reads the same forwards and backwards, e.g. "racecar", "A man a plan a canal Panama".
Yes. The checker strips spaces and punctuation before comparing, so phrases like "A man, a plan, a canal: Panama" correctly return true.