in tools/PasswordRulesParser.js [80:84]
function _isASCIIDigit(c) { console.assert(c.length === 1); return c >= "0" && c <= "9"; }