Check if a string is palindrome - Online Service

Online service to check if a string is a palindrome



A text with max length of 65536 characters

A string is a palindrome if it is the same when read forwards and backwards.

The string "radar" is a palindrome because it is the same when read forwards and backwards.

The string "hello" is not a palindrome because it is not the same when read forwards and backwards.