menu
tenon_cli package
documentation
core.dart
RegexExt
isPhone method
isPhone method
dark_mode
light_mode
isPhone
method
bool
isPhone
(
)
判断字符串是否是手机号
Implementation
bool isPhone() => _regExp(r'^1(3|4|5|6|7|8|9)\d{9}$');
tenon_cli package
documentation
core
RegexExt
isPhone method
RegexExt extension on
String