Browse Source

Regex

pull/3/head
Jure Šorn 6 years ago
parent
commit
515281def1
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, maxsplit=0) # 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.**
**Use r'\1' for backreference.**
### Format

Loading…
Cancel
Save