
In this article, we discuss about how to remove special characters (like !, #, $, %, >, ?, :, #,@ etc.) from string in jQuery/JavaScript using Regular Expression (Regex).
First, we take a input text or textarea and a input button in body as show in...