io.afu.utils.string.MobileUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
RffanLAB Utils For Many Way use
package io.afu.utils.string;
/**
* @author: RffanLAB.方露宇
*/
public class MobileUtils {
// 手机号码正则
private String mobilePatten = "";
}