Home > Backend Development > PHP Tutorial > 【一行混吧】 正则挑战下 来战吧!

【一行混吧】 正则挑战下 来战吧!

WBOY
Release: 2016-06-13 12:46:21
Original
738 people have browsed it

【一起混吧】 正则挑战下 来战吧!!!!
求一枚正则表达式(不是妹子....
字符串可以是:
1,字母
2,数字
3,字母+数字
4,字母+特殊字符
5,数字+特殊字符
6,字母+数字+特殊字符

第一个验证规则:特殊字符必须是 @_-:./=  其他验证不通过

第二个验证规则:特殊字符除了 ' " \ 其他验证通过

特殊字符为英文半角字符 
未避免歧义 罗列如下

<br />
'~', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', '`', '-', '=', '{', '}', '|', ";", ':', '<', '>', '?', ',', '.', '/', ''', '"', '\' <br />
Copy after login

正则 JavaScript 正则表达式
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template