noRegExp constant

String const noRegExp

账号验证正则表达式

Implementation

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