A package for string manipulation
Project description
StringFuncs README
This is more of a pratice package for general functions that I might use for basic string manipulation using python. I will be updating the package as I continue college.
That being said anybody can use the project and contrusctive critism is highly encouraged.
To access the functions simply install the package using:
pip install StringFuncs
and import the functions like so:
from StringFuncs import StringFunctions
You can now use the functions like so:
StringFunctions.string_funcs.Len_Last_Word("This is a example string", " ")
or you can
StringFunctions.string_funcs.Len_First_Word("This is a example string", " ")
If you need help I have included doc strings detailing each function. I am planning on adding more functions and improving existing functions as I go through college. While this project is for string manipulation, I plan on adding a vast amount of functions that might prove useful.
Project details
Release history Release notifications | RSS feed
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 StringFuncs-0.0.3.213.tar.gz.
File metadata
- Download URL: StringFuncs-0.0.3.213.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
239e5ed1c18ffc380e29e385752ea11da27705dc49a98e32bfd37c009df112e7
|
|
| MD5 |
8a822a959e70334262e48a2a1c700ce2
|
|
| BLAKE2b-256 |
28803cef854627a552f4757f2123cf123e58d410da8d93c93931696b7a41e63b
|