Skip to content

Commit 8436953

Browse files
Update README.md
1 parent ba6e33e commit 8436953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,8 @@ See [Quantifiers API doc](./docs/API.md#quantifiers) for more info.
130130
| --------------------- | ------------ | ------------------------------------------------- |
131131
| `any` | `.` | Any character |
132132
| `word` | `\w` | Word character: letter, digit, underscore |
133-
| `notWord` | `\W` | Non-word character |
134133
| `digit` | `\d` | Digit character: 0 to 9 |
135-
| `notDigit` | `\D` | Non-digit character |
136134
| `whitespace` | `\s` | Whitespace character: space, tab, line break, ... |
137-
| `notWhitespace` | `\S` | Non-whitespace character |
138135
| `anyOf('abc')` | `[abc]` | Any of provided characters |
139136
| `charRange('a', 'z')` | `[a-z]` | Character in a range |
140137
| `charClass(...)` | `[...]` | Union of multiple character classes |

0 commit comments

Comments
 (0)