Browse Source

Formatting

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

2
README.md

@ -168,7 +168,7 @@ re.findall(<regex>, text)
re.split(<regex>, text) # Use brackets in regex to keep the matches.
```
#### Parameter flags=re.IGNORECASE can be used with all functions.
* **Parameter 'flags=re.IGNORECASE' can be used with all functions.**
### Format
```python

Loading…
Cancel
Save