Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

常用正则 #7

Open
wulala opened this issue Mar 13, 2017 · 0 comments
Open

常用正则 #7

wulala opened this issue Mar 13, 2017 · 0 comments

Comments

@wulala
Copy link
Owner

wulala commented Mar 13, 2017

身份证号码

/^(\d{15}$|^\d{18}$|^\d{17}(\d|X|x))$/

手机号码

/^(\+?0{0,2}86([\ |\-])?)?1[3|4|5|7|8][0-9]{9}$/

固定电话

/^0[0-9]{2,3}[2-9][0-9]{6,7}$/

去掉html标签

/<[^>]+>/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant