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.
Input text
Palindrome results
Tool options
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
Palindrome Examples
Click to try!
Checks if each word in the text is a palindrome. Returns "true" for palindromes and "false" for non-palindromes.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
Checks palindrome status for comma-separated words.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
Use a regular expression to split text and check for palindromes.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.