Merge branch 'pr-980'

This commit is contained in:
Rico Sta. Cruz 2019-03-24 07:31:08 +08:00
commit a328be7419
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ description: |
| `\d` | Digit |
| `\s` | Whitespace |
| `\W` | Not word |
| `\d` | Not digit |
| `\D` | Not digit |
| `\S` | Not whitespace |
| `[abc]` | Any of a, b, or c |
| `[a-e]` | Characters between `a` and `e` |