Regexp cleanup

This commit is contained in:
chad d 2018-12-06 15:19:55 -07:00
parent 15f8649fd9
commit 26c6ed30ad
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ description: |
| `\d` | Not digit |
| `\S` | Not whitespace |
| `[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` |
### Anchors