com.cloud.platform.web.pattern.RegRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloud-web-spring-boot-starter Show documentation
Show all versions of cloud-web-spring-boot-starter Show documentation
project for cloud-web-spring-boot-starter
The newest version!
package com.cloud.platform.web.pattern;
/**
* @description:
* @author: zhou shuai
* @date: 2022/4/3 14:10
* @version: v1
*/
public interface RegRule {
/**
* 校验手机号格式
*/
String MOBILE = "^(((13[0-9])|(14[579])|(15([0-3]|[5-9]))|(16[6])|(17[0135678])|(18[0-9])|(19[89]))\\d{8})$";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy