Show More
Commit Description:
merge
Commit Description:
merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/test/reg-exp/escape.js | 6 lines | 140 B | application/javascript | JavascriptLexer |
"use strict";
module.exports = function (t, a) {
var str = "(?:^te|er)s{2}t\\[raz]+$";
a(RegExp("^" + t(str) + "$").test(str), true);
};