0
0
espelhamento de https://github.com/biobulkbende/biobulkbende.org.git sincronizado 2025-07-05 21:00:58 +00:00
Files
biobulkbende.org/node_modules/es5-ext/test/reg-exp/escape.js
2020-09-16 14:23:28 +02:00

7 linhas
140 B
JavaScript

"use strict";
module.exports = function (t, a) {
var str = "(?:^te|er)s{2}t\\[raz]+$";
a(RegExp("^" + t(str) + "$").test(str), true);
};