pwdRegExp constant

String const pwdRegExp

密码验证正则表达式

Implementation

static const String pwdRegExp = r'^[\x20-\x7E]+$';