Browse Source

String

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

2
README.md

@ -167,7 +167,7 @@ str.replace(text, old, new)
<str>.strip() <str>.strip()
<str>.join(<list>) <str>.join(<list>)
<str>.startswith(<str>) <str>.startswith(<str>)
<str>.isnumeric() # True if str contains only numeric characters. <str>.isnumeric() # True if str contains only numeric characters.
``` ```
### Print ### Print

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