Posted on: 9/22/2008 5:00:00 PM | Views : 1365

A palindrome is a word or phrase that reads the same backwards as it does forwards, for example "Madam, I'm Adam". This article describes a simple method for testing the validity of palindrome using basic string manipulation functionality.

...

Go to the complete details ...