tokenRegExp constant

String const tokenRegExp

口令验证正则表达式

Implementation

static const String tokenRegExp = r'^[a-zA-Z0-9_-]+$';