0

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.

raja
  • 101
  • 2
  • 3

1 Answers1

0

You can find the answer to this in this other post: Alt attribute encoding with JavaScript

Community
  • 1
  • 1
sholsapp
  • 15,542
  • 10
  • 50
  • 67