Skip to content

Commit

Permalink
修正格式
Browse files Browse the repository at this point in the history
  • Loading branch information
wswenyue committed Sep 13, 2015
1 parent cb964c3 commit afcbb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 正则.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ QQ号码 | `[1-9]\d{4,}`
**IP地址(IP Address)**:

```
((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)
((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)
```


HTML标记(包含内容或自闭合)

```
<(.*)(.*)>.*<\/\1>|<(.*) \/>
<(.*)(.*)>.*<\/\1>|<(.*) \/>
```

日期(年-月-日)
Expand Down

0 comments on commit afcbb47

Please sign in to comment.