espelhamento de
https://github.com/biobulkbende/biobulkbende.org.git
sincronizado 2025-07-05 21:00:58 +00:00
7 linhas
140 B
JavaScript
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);
|
|
};
|