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.

2
  • Are there other special characters you need to search for? ☃, 百, etc... How do you define "special character"? Commented Jun 8, 2010 at 6:04
  • How would you go about searching for a "normal" character? What breaks with those "special" characters? Commented Jun 8, 2010 at 6:04

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.