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

More things to do with strings!

Example:
print(longText("This is a very long text.")) -> This is a very long ...
toDomain("something") -> https://www.something.com
wordsCount("i love python") -> 3
removeDigits("p3y3t3h3o3n") -> python
And more!
