Browse Source

Regex

pull/3/head
Jure Šorn 7 years ago
parent
commit
1767fffef8
1 changed files with 5 additions and 5 deletions
  1. 10
      README.md

10
README.md

@ -234,11 +234,11 @@ re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches
``` ```
#### Integer presentation types: #### Integer presentation types:
* 'b' - Binary * `b` - Binary
* 'c' - Character * `c` - Character
* 'o' - Octal * `o` - Octal
* 'x' - Hex * `x` - Hex
* 'X' - HEX * `X` - HEX
### Text Wrap ### Text Wrap

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