]> git.r.bdr.sh - rbdr/dotfiles/blob
5b00f67f28ce450901c94586868e05ca1297bf79
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 var str = "(?:^te|er)s{2}t\\[raz]+$";
5 a(RegExp('^' + t(str) + '$').test(str), true);
6 };