We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
建议 你去gittee 上下载 https://gitee.com/gz-yami/mall4j 这个类的代码 `package com.yami.shop.common.util;
import cn.hutool.core.util.StrUtil;
import java.util.regex.Pattern;
/**
正则表达式工具
@author LGH */ public class PrincipalUtil {
public static boolean isMobile(String value) { if(StrUtil.isBlank(value)) { return false; } return Pattern.matches(MOBILE_REGEXP, value); }
public static boolean isUserName(String value) { if(StrUtil.isBlank(value)) { return false; } return Pattern.matches(USER_NAME_REGEXP, value); } } `
Sorry, something went wrong.
github已经更新
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: