Merge branch 'pr-980'
This commit is contained in:
commit
a328be7419
|
@ -19,7 +19,7 @@ description: |
|
||||||
| `\d` | Digit |
|
| `\d` | Digit |
|
||||||
| `\s` | Whitespace |
|
| `\s` | Whitespace |
|
||||||
| `\W` | Not word |
|
| `\W` | Not word |
|
||||||
| `\d` | Not digit |
|
| `\D` | Not digit |
|
||||||
| `\S` | Not whitespace |
|
| `\S` | Not whitespace |
|
||||||
| `[abc]` | Any of a, b, or c |
|
| `[abc]` | Any of a, b, or c |
|
||||||
| `[a-e]` | Characters between `a` and `e` |
|
| `[a-e]` | Characters between `a` and `e` |
|
||||||
|
|
Loading…
Reference in New Issue