JSLint reports Insecure \'^\' for the following line. Why is that? Or is it just going to complain any time I want to negate a character class?
// r
regexp: true
in your lint options, will allow
. and [^...] in /RegExp/
you can configure the rules you would like to use here
http://www.jslint.com/