Package com.luna.common.text
Class MaskUtils
java.lang.Object
com.luna.common.text.MaskUtils
- Author:
- Luna
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckPhone(String telephone) 手机号判断11位static boolean判断是不是邮箱.static booleanisMobilePhoneNumber(String telephone) 判断是否是手机号
-
Constructor Details
-
MaskUtils
public MaskUtils()
-
-
Method Details
-
isEmail
判断是不是邮箱.- Parameters:
email- 邮箱
-
isMobilePhoneNumber
判断是否是手机号目前只支持中国大陆手机号
- Parameters:
telephone- 手机号- Returns:
-
checkPhone
手机号判断11位- Parameters:
telephone- 手机号- Returns:
-