regexMobileSimple property

String regexMobileSimple
final

简单11位手机号验证

Implementation

static final String regexMobileSimple = '^[1]\\d{10}\$';