经常用的正则
摘要:密码 :密码由字母、数字组成,长度为8~20字符,不包含汉字 String regPwd = "^[a-zA-Z0-9]{8,20}$"; 邮箱: String regexp = "^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$"; 账户名:
阅读全文
posted @ 2019-12-10 15:07
posted @ 2019-12-10 15:07
posted @ 2019-12-04 17:48