Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Feb 16, 2024
1 parent ba6e33e commit 8436953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,8 @@ See [Quantifiers API doc](./docs/API.md#quantifiers) for more info.
| --------------------- | ------------ | ------------------------------------------------- |
| `any` | `.` | Any character |
| `word` | `\w` | Word character: letter, digit, underscore |
| `notWord` | `\W` | Non-word character |
| `digit` | `\d` | Digit character: 0 to 9 |
| `notDigit` | `\D` | Non-digit character |
| `whitespace` | `\s` | Whitespace character: space, tab, line break, ... |
| `notWhitespace` | `\S` | Non-whitespace character |
| `anyOf('abc')` | `[abc]` | Any of provided characters |
| `charRange('a', 'z')` | `[a-z]` | Character in a range |
| `charClass(...)` | `[...]` | Union of multiple character classes |
Expand Down

0 comments on commit 8436953

Please sign in to comment.