kisMobileExact method

bool kisMobileExact()

是否是手机号,精确验证

Implementation

bool kisMobileExact() => matches(_RegexConst.mobileExact);