Text Toolbox
All posts

How to Check if Text Is a Palindrome (With Examples)

By Text Toolbox Team · ·

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 is racecar
  • hello → reverse is olleh
  • 12321 → reverse is 12321

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:

  1. Taking the input text
  2. Optionally removing spaces and punctuation
  3. Optionally ignoring case (uppercase vs lowercase)
  4. Comparing the text forward and backward
  5. Displaying the result with a visual comparison

Checking Options

OptionEffectExample
Case-sensitive”Racecar” ≠ “racecar”Strict comparison
Case-insensitive”Racecar” = “racecar”Ignores capitalization
Space-sensitive”nurses run” ≠ “nursesrun”Spaces matter
Space-insensitive”nurses run” = palindromeIgnores spaces
Punctuation-sensitivePunctuation mattersUses exact text

How to Check a Palindrome Online (Step-by-Step)

  1. Open the Palindrome Checker tool
  2. Type or paste any text in the input area
  3. The result appears instantly — yes or no
  4. Toggle case-insensitive and space-insensitive options as needed
  5. See the forward and reversed versions side by side

Creating Your Own Palindromes

Tips for writing palindromes:

  1. Start with a palindrome word as your center anchor
  2. Mirror letters around the center
  3. Use short words and common letter pairs
  4. Try single-word palindromes first (racecar, level)
  5. 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.

Related Articles