REGEX_MOBILE_SIMPLE constant
String
const REGEX_MOBILE_SIMPLE
Regex of simple mobile. 简单移动电话的正则表达式
Implementation
static const String REGEX_MOBILE_SIMPLE = "^[1]\\d{10}\$";
Regex of simple mobile. 简单移动电话的正则表达式
static const String REGEX_MOBILE_SIMPLE = "^[1]\\d{10}\$";