Skip to content

Commit

Permalink
Added domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiHang Gao committed Mar 24, 2017
1 parent 4b1b648 commit eda71a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [Email](#email)
- [Phone](#phone)
- [Domain-name](#domain-name)

## Email

Expand All @@ -25,4 +26,13 @@
^1(3|4|5|7|8)\d{9}$
```

![email](images/phone.png)
![email](images/phone.png)

## Domain-name

`https://google.com`

```regex
/(?:https?:\/\/)?(?:item|detail)\.(?:taobao|tmall)\.com\/item.html?\?(?:[\&=\w\.-]*&)?id=(\d+)(?:$|&|#|,)/gim
```
![domain-name](images/domain-name.png)
Binary file added images/domain-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eda71a8

Please sign in to comment.