Text

Palindrome Checker

Check if text reads the same backward.

Verdict
Cleaned
Reversed

This free palindrome checker tests whether a word, phrase or number reads the same backward as forward. By default it ignores case, spaces and punctuation, so classics like “A man, a plan, a canal: Panama” count. Turn on strict mode to compare the text exactly as typed. It shows the cleaned string, its reverse and the verdict.

Related tools