Metadata-Version: 2.4
Name: bestring
Version: 1.0.1
Summary: More things to do with strings
Author: kanderusss
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

More things to do with strings!

###Example:
```python
from bestring import *
truncate("This is a very long text.") # Output: This is a very long ...
toDomain("Hello world!") # Output: https://www.hello-world.com
wordsCount("i love python") # Output: 3
removeDigits("33p3y3t3h3o3n33") # Output: python
# And more!
```

###Installation:
```bash
pip install bestring
```
If wont work:
```bash
pip3 install bestring
```

Enjoy!
