jquery-highlighttextarea
jquery-highlighttextarea copied to clipboard
Regular expression problem in words array
I am getting an error: Uncaught SyntaxError: Invalid regular expression: words: ['my string here'] here which contains special characters in my string that caused problem of this.
I got Uncaught SyntaxError: invalid regexp group because of the word '?'.
I got Uncaught SyntaxError: invalid regexp group because of the word
'?'.
Solved the problem with a double escaped special character: '\\\?'