I am able to search a string using str.search("me"); and str.search("=");
But when i serach for str.search("?");
I get the error Unexpected Quantifier.
Why is that?
How can i search for "?" using something other than a regular expression?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Typical usage scenario is:
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/indexOf