Case Change: A package for changing the case of strings.
Project description
CaseChange
A package for changing the case of strings.
Installation
You can install the package using pip:
pip install casechange_wic
Usage
Here's a quick example of how to use the package:
from casechange import case_change
text = "Hello World"
print(case_change(text, "snake")) # hello_world
print(case_change(text, "kebab")) # hello-world
print(case_change(text, "camel")) # helloWorld
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
casechange_wic-1.0.3.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file casechange_wic-1.0.3.tar.gz.
File metadata
- Download URL: casechange_wic-1.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0801d35a7767fe05da7bfcda2b4919146fdf5af88c0c55aecbab415d9aa89a3e
|
|
| MD5 |
2603cf5a2a74b834b857cff62ed57ecc
|
|
| BLAKE2b-256 |
39f270203fdc477747539d4f0ecf9ce8f6b9e9dbc0c3c21ca0435c8a6d7895ff
|
File details
Details for the file casechange_wic-1.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: casechange_wic-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c11758ff5eae80209e9399ed206becbb2ba5d4a7050a63eb48c277ac112a2038
|
|
| MD5 |
880a7d15da82d240b8a62eeb85ecad98
|
|
| BLAKE2b-256 |
308ee28d6b2601e64ae34e3ebe82dc21ed8e1a29e801243467daef9f94cf99ed
|