How to search for special character in a string in javascript?
- by raja
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.