Simple javascript that allows you to check whether a given word / string is a Palindrome or not. A palindrome is a word or phrase which reads the same forward or reverse direction.
Features
a) Used to reverse the string and check the given word is palindrome or not.
b) The checker returns true or false upon comparision.
c) The script considers spaces, punctuation marks, upper and lower cases.
For customization of this script or any script development, contact us at support@hscripts.com
Usage
a) Copy and paste the javascript code into your HTML page to enable word checker.
b) Here, the function "palindrome_check()" is used to reverse and check the given string is palindrome or not.
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.