我有错误:
#1 Insecure '^'.
var strgs = input.match(/"(?:[^\\"]|\\.)*"/ig); // Line 76, Pos 39
#2 Insecure '.'.
var strgs = input.match(/"(?:[^\\"]|\\.)*"/ig); // Line 76, Pos 47
#5 Insecure '^'.
sq[l] = input.match(/\([^()]+\)/)[0]; // Line 154, Pos 34
我的正则表达式代码真的不安全,还是我应该松开JSLint严格模式的某些配置?
如果有修正正则表达式代码的建议,请告诉我。感谢。