Regex Insecure'^'不安全'。'。使用JSLint严格模式

时间:2013-07-31 00:54:44

标签: javascript regex jslint

我有错误:

 #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严格模式的某些配置?

如果有修正正则表达式代码的建议,请告诉我。感谢。

0 个答案:

没有答案