function tst(s) { return /[А-ЯЁ]{2}\d{4}[А-ЯЁ]{2}\d{2}/.test(s); } alert(tst(prompt('Введите номер','')))