正则验证IP地址等..

package com.modules.plateform.tool;html import java.util.regex.Pattern; /** * 帐户相关属性验证工具 * */ public class AccountValidatorUtil { /** * 正则表达式:验证用户名 */ public static final String REGEX_USERNAME = "^[a-
相关文章
相关标签/搜索