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,}";