Diysb Tools

Palindrome

World's simplest browser-based utility for checking if text is a palindrome. Instantly verify if your text reads the same forward and backward. Perfect for word puzzles, linguistic analysis, or validating symmetrical text patterns. Supports various delimiters and multi-word palindrome detection.

Text Tools
Input text
Result
Tool options
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression
Palindrome Examples

Check Words

Check if each word in a sentence is a palindrome.

racecar hello level world madam
racecar hello level world madam
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome "world" → Not a palindrome "madam" → Palindrome
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome "world" → Not a palindrome "madam" → Palindrome
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression

Check with Regex Split

Use a regex to split the text and check each part.

A man, a plan, a canal: Panama
A man, a plan, a canal: Panama
"A" → Palindrome "man" → Not a palindrome "a" → Palindrome "plan" → Not a palindrome "a" → Palindrome "canal" → Not a palindrome "Panama" → Not a palindrome
"A" → Palindrome "man" → Not a palindrome "a" → Palindrome "plan" → Not a palindrome "a" → Palindrome "canal" → Not a palindrome "Panama" → Not a palindrome
Splitting options
Symbol
Split text by a specific character
Regex
Split text using a regular expression
Regular expression for splitting

Check Phrases

Check if entire phrases are palindromes (each line is checked).

racecar hello level
racecar hello level
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression