正則驗證IP地址等..

package com.modules.plateform.tool;html import java.util.regex.Pattern; /** * 帳戶相關屬性驗證工具 * */ public class AccountValidatorUtil { /** * 正則表達式:驗證用戶名 */ public static final String REGEX_USERNAME = "^[a-
相關文章
相關標籤/搜索