UNPKG

amos-tool

Version:

amos ui tool

7 lines (6 loc) 193 B
"use strict"; module.exports = function(t) { var e = 0; return t.length < 6 || (/[0-9]/.test(t) && e++, /[a-z]/.test(t) && e++, /[A-Z]/.test(t) && e++, /[\.|-|_]/.test(t) && e++), e; };