Regexp cleanup
This commit is contained in:
parent
15f8649fd9
commit
26c6ed30ad
|
@ -22,7 +22,7 @@ description: |
|
||||||
| `\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 `g` |
|
| `[a-e]` | Characters between `a` and `e` |
|
||||||
| `[1-9]` | Digit between `1` and `9` |
|
| `[1-9]` | Digit between `1` and `9` |
|
||||||
|
|
||||||
### Anchors
|
### Anchors
|
||||||
|
|
Loading…
Reference in New Issue