Browse Source

String

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

4
README.md

@ -205,8 +205,8 @@ is_function = callable(<el>)
String
------
```python
<str> = <str>.strip() # Strips all whitespace characters.
<str> = <str>.strip('<chars>') # Strips all passed characters.
<str> = <str>.strip() # Strips all whitespace characters.
<str> = <str>.strip('<chars>') # Strips all passed characters.
```
```python

Loading…
Cancel
Save