tutorial.eyehunts.com
JavaScript remove special characters
You can use the Regular expression in replace() method to remove special characters in JavaScript. The caret (^) character is the negation..
Rohit