Skip to content

Commit

Permalink
doc: update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent 3a7e109 commit ad2cb48
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 @@ -440,10 +440,10 @@ E.g: `G2868`, `D22`, `D9`, `Z5`, `Z24`, `Z17`
### 非负整数(正整数或零)

```regex
\d+
^\d+$
```

🚧 E.g: `23`, `3.322`
🚧 E.g: `23`, ~~`3.322`~~

### 数字

Expand Down

0 comments on commit ad2cb48

Please sign in to comment.