摘要:
public static String checkPassword(String passwordStr) { String regexZ = "\\d*"; String regexS = "[a-zA-Z]+"; String regexT = "\\W+$"; String regexZT = "\\D*"; String regexST = "[\\d\\W]*"; String regexZS = "\\w*"; String regexZST = "[ 阅读全文
posted @ 2013-11-13 12:51 TimeFight 阅读(1928) 评论(0) 推荐(0)
浙公网安备 33010602011771号