PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
reg-exp
"use strict"; module.exports = function (t, a) { var str = "(?:^te|er)s{2}t\\[raz]+$"; a(RegExp("^" + t(str) + "$").test(str), true); };
[+]
#
[+]
..
[-] valid-reg-exp.js
[edit]
[-] is-reg-exp.js
[edit]
[-] escape.js
[edit]