tutorial.eyehunts.com
JavaScript compare strings ignore case | Example code
The simplest way to do compare strings ignore case is to call toUpperCase method in JavaScript. We can call it case insensitive string...
Rohit