Draft

Check if Palindrome

Description:

Write a function that accepts a string and checks if it is a palindrome. A palindrome, as defined by Wikipedia, is "a word, phrase, number, or other sequence of symbols or elements that reads the same forward or reversed, with general allowances for adjustments to punctuation and word dividers." For example, "Amor, Roma" is a palindrome because it is the same both forward and backward, when we adjust the punctuation and spaces. Other examples of palindromes include "Taco cat" and "racecar". For more examples, check http://en.wikipedia.org/wiki/Palindrome.

Your function should return true if the string is a palindrome, and false if not. Ignore all punctuation.

Strings

More By Author:

Check out these other kata created by anindyabd

Stats:

CreatedOct 31, 2014
Warriors Trained184
Total Skips14
Total Code Submissions473
Total Times Completed72
Python Completions72
Total Stars1
% of votes with a positive feedback rating0% of 0
Total "Very Satisfied" Votes19
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes2
Ad
Contributors
  • anindyabd Avatar
Ad