Skip to content

Commit

Permalink
fix: remove HexDigit from predefined patterns (#889)
Browse files Browse the repository at this point in the history
The current definition of HexDigit is not very useful, since it will not match anything except at the beginning of a document.
  • Loading branch information
Jason3S authored May 24, 2021
1 parent 7a65977 commit 859b953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def sum_it(self, seq):
### Exclude patterns

- `Urls`<sup>1</sup> -- Matches urls
- `HexDigits` -- Matches hex digits: `/^x?[0-1a-f]+$/i`
- `HexValues` -- Matches common hex format like #aaa, 0xfeef, \\u0134
- `EscapeCharacters`<sup>1</sup> -- matches special characters: '\\n', '\\t' etc.
- `Base64`<sup>1</sup> -- matches base64 blocks of text longer than 40 characters.
Expand Down

0 comments on commit 859b953

Please sign in to comment.