auto commit

This commit is contained in:
CyC2018
2018-04-05 14:13:14 +08:00
parent 87550052c2
commit 73bb201a61
6 changed files with 47 additions and 24 deletions

View File

@ -206,6 +206,8 @@ a.+c
**|** 是或元字符,它把左边和右边所有的部分都看成单独的两个部分,两个部分只要有一个匹配就行。
**正则表达式**
```
(19|20)\d{2}
```