Standard Palindrome in PHPA Standard Palindrome is a word or phrase that is the same forward as it is backwards without punctuation and spaces. So here is a small script that strips everything but letters and numbers in a string and finds if it’s a palindrome.

Read More