REGEX_QQ_NUM constant
String
const REGEX_QQ_NUM
Regex of QQ number.
Implementation
static const String REGEX_QQ_NUM =
"[1-9][0-9]{4,}";
Regex of QQ number.
static const String REGEX_QQ_NUM =
"[1-9][0-9]{4,}";