Browse Source

Format

pull/3/head
Jure Šorn 6 years ago
parent
commit
fe816b2922
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -251,8 +251,8 @@ import re
``` ```
#### Special sequences: #### Special sequences:
**Use capital letter for negation.**
```python ```python
# Use capital letter for negation.
'\d' == '[0-9]' # Digit '\d' == '[0-9]' # Digit
'\s' == '[ \t\n\r\f\v]' # Whitespace '\s' == '[ \t\n\r\f\v]' # Whitespace
'\w' == '[a-zA-Z0-9_]' # Alphanumeric '\w' == '[a-zA-Z0-9_]' # Alphanumeric

Loading…
Cancel
Save