Browse Source

Regex special sequences

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

2
README.md

@ -172,7 +172,7 @@ re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches
**Parameter 'flags=re.IGNORECASE' can be used with all functions.**
**Use r'\1' for backreference.**
#### Special Sequences
#### Special Sequences:
```python
'\d' == [0-9] # Digit
'\s' == [ \t\n\r\f\v] # Whitespace

Loading…
Cancel
Save