Functions for strings and lists
Project description
- String:
-NEW- Current version-0.0.5 Fixed module not importing bug A package that has several functions to work with strings and English words. Functions-
plural-Converts any word to plural form. e.g. plural(“python”)-“pythons”
join: joins two words e.g. ‘pyt’,’hon’-‘python’
add: Like the join() functions but can join word after the letter at the specified position e.g. add(“bore”,1,”ef”)-‘before’
reverse: Reverses a string e.g. reverse(“python”)-“nohtyp”
- Lists:
list_to_str: Convert a list into a string e.g. [‘p’,’y’,’t’,’h’,’o’,’n’]-‘python’
More functions coming soon!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file stringf-0.0.6.tar.gz.
File metadata
- Download URL: stringf-0.0.6.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2af1ed2582cdf4bca7c548c27405d76fb5e9ae901453af4060c48eafd1b18258
|
|
| MD5 |
be482b369d73f57a580f656c3bae5aa1
|
|
| BLAKE2b-256 |
3a81c9594f22beeaf60eda43b422c4ef878363c58a4c038e52f27057ecb05f9d
|