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
- This javascript (misspelled as java script)/HTML code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.