Browse Source

String

pull/3/head
Jure Šorn 6 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>.join(<list>)
<str>.startswith(<str>)
<str>.isnumeric() # True if str contains only numeric characters.
<str>.isnumeric() # True if str contains only numeric characters.
```
### Print

Loading…
Cancel
Save