Wednesday, 7 May 2025

Palindrome Checker

Palindrome Checker

Palindrome Checker

Check if a word or phrase reads the same forwards and backwards

Palindrome Examples:

  • madam
  • racecar
  • A man, a plan, a canal, Panama
  • Was it a car or a cat I saw?
  • No 'x' in Nixon

No comments:

Post a Comment

500+ tools name

# Build a 20-category, 500-tool master list and save as JSON and JS exports. import json from pathlib import Path def make_slug(name): ...