remove special characters from a string using java script
843838Jan 23 2006 — edited Jan 24 2006suppose if i enter text in text box.IF i clicl ok button.
text should be contain only chararacters and numbers, reaming should be remove(eg:$%^&*() special charcters).
how to write code using java script.
eg:
input string
------------
�Hello%Wor;ld�
�,Piano!!!!!!!�
� Hi5 &*^%# �
but output should be like this
---------------
�HelloWorld�
�Piano�
�Hi5�