All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alan344happyframework.util.PatternUtils Maven / Gradle / Ivy

package com.alan344happyframework.util;

/**
 * @author :AlanSun
 * @date :2018/7/24 23:48
 */
public class PatternUtils {

    public static final String phone = "^1[0-9]{10}$";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy