摘要: 阅读全文
posted @ 2016-03-01 16:36 奔跑的Code 阅读(266) 评论(0) 推荐(0)
摘要: string pattern = @"^(?=.*[0-9])(?=.*[!@#$%^&*])[0-9a-zA-Z!@#$%^&*0-9]{10,}$"; string msg = "Password should have one numeral and one special character 阅读全文
posted @ 2016-03-01 15:01 奔跑的Code 阅读(3057) 评论(0) 推荐(0)