Browse Source

Regex

pull/9/head
Jure Šorn 6 years ago
parent
commit
8dbd264725
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -267,8 +267,8 @@ import re
* **Use `'\\\\1'` or `r'\1'` for backreference.**
* **Use `?` to make operators non-greedy.**
* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.**
* **Parameter `flags=re.IGNORECASE` can be used with all functions.**
* **Parameter `flags=re.DOTALL` makes dot also accept newline.**
### Match Object
```python

|||||||
100:0
Loading…
Cancel
Save