How to search for special character in a string in javascript?
Posted
by raja
on Stack Overflow
See other posts from Stack Overflow
or by raja
Published on 2010-06-08T06:00:22Z
Indexed on
2010/06/08
6:02 UTC
Read the original article
Hit count: 187
JavaScript
Hi: I have tp develop a javascript function with string parameter value which has to search the input parameter contains the following special character like (® ´ © ¿ ¡ ° À & ~ : ? ! # * ^ < > ´ | %). What is best way in javascript to do the above scenario?. Thanks in advance.
© Stack Overflow or respective owner