Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ring04h committed Apr 3, 2015
1 parent 605b176 commit cd6511e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## 字典支持规则
#### 规则使用简介
* DATE (日期类型)
``` python
{date=类型#长度$step:开始-结束}$
``` python
{date=year:2010-2015}$ #
[2010,2011,2012,2013,2014,2015]
```
Expand All @@ -21,7 +21,7 @@
{str=类型#长度$step:开始-结束}$
```
* RE (正则引擎)
> {re=引擎名称:正则表达式}$
{re=引擎名称:正则表达式}$
``` python
{re=exrex:[0-9]}$
[0,1,2,3,4,5,6,7,8,9]
Expand Down

0 comments on commit cd6511e

Please sign in to comment.