Skip to content

🎃 常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。

License

Notifications You must be signed in to change notification settings

Herolin12/common-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Common Regular Expression

Regex

Table of Contents

Email

example: [email protected]

^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$

Phone

example: 13012345678

^(13[0-9]|14[5|7]|15[0|1|2|3|5|6|7|8|9]|18[0|1|2|3|5|6|7|8|9])\d{8}$

About

🎃 常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published