How to Check if Text Is a Palindrome (With Examples)
To check if text is a palindrome, use an online palindrome checker that compares the text forward and backward. Our Palindrome Checker instantly tells you if your text reads the same both ways, with options for case-insensitive and space-insensitive checking.
What Is a Palindrome?
A palindrome is a word, phrase, number, or sequence that reads the same forward and backward. The word comes from Greek roots “palin” (again) and “dromos” (way, direction).
Examples:
racecar→ reverse isracecar✓hello→ reverse isolleh✗12321→ reverse is12321✓
Famous Palindrome Examples
Words
- racecar
- madam
- level
- radar
- civic
- kayak
- refer
- noon
- tenet
- wow
Phrases
- “A man, a plan, a canal: Panama”
- “Never odd or even”
- “Was it a car or a cat I saw?”
- “Mr. Owl ate my metal worm”
- “Live not on evil”
Numbers
- 121
- 12321
- 4567654
- 1001
How the Palindrome Checker Works
The tool checks for palindromes by:
- Taking the input text
- Optionally removing spaces and punctuation
- Optionally ignoring case (uppercase vs lowercase)
- Comparing the text forward and backward
- Displaying the result with a visual comparison
Checking Options
| Option | Effect | Example |
|---|---|---|
| Case-sensitive | ”Racecar” ≠ “racecar” | Strict comparison |
| Case-insensitive | ”Racecar” = “racecar” | Ignores capitalization |
| Space-sensitive | ”nurses run” ≠ “nursesrun” | Spaces matter |
| Space-insensitive | ”nurses run” = palindrome | Ignores spaces |
| Punctuation-sensitive | Punctuation matters | Uses exact text |
How to Check a Palindrome Online (Step-by-Step)
- Open the Palindrome Checker tool
- Type or paste any text in the input area
- The result appears instantly — yes or no
- Toggle case-insensitive and space-insensitive options as needed
- See the forward and reversed versions side by side
Creating Your Own Palindromes
Tips for writing palindromes:
- Start with a palindrome word as your center anchor
- Mirror letters around the center
- Use short words and common letter pairs
- Try single-word palindromes first (racecar, level)
- Use a palindrome checker to verify your creation
FAQ
Is a single letter a palindrome?
Yes. Any single character is technically a palindrome since it reads the same forward and backward.
Does case matter?
By default, our checker is case-insensitive. “Racecar” and “racecar” are treated the same. Toggle case sensitivity for strict comparisons.
Are spaces ignored?
By default, our checker ignores spaces. “nurses run” is a palindrome even though it has a space in the middle.
What is the longest palindrome?
The longest known palindrome in English is “tattarrattat” (12 letters), coined by James Joyce in Ulysses meaning a knock on a door.
Can numbers be palindromes?
Yes. Palindromic numbers include 121, 1331, 12321, and 1001.
What is a semordnilap?
A semordnilap (palindromes spelled backward) is a word that spells a different word when reversed. Example: “stressed” reversed is “desserts.”
Try our free Palindrome Checker tool to test if any word, phrase, or number reads the same forward and backward.