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.
Asked
Active
Viewed 4,475 times
0
-
Are there other special characters you need to search for? ☃, 百, etc... How do you define "special character"? – Mark Byers Jun 08 '10 at 06:04
-
How would you go about searching for a "normal" character? What breaks with those "special" characters? – Dominic Rodger Jun 08 '10 at 06:04