A simple package to clean strings
Project description
Clean String
A simple package to clean strings.
Installation
To install the package, run the following command:
pip install cleanstring
Usage
To use the package, import it and call the clean_string function:
from cleanstring import clean_string
name = "Anish Sharma"
contact = "1234567890"
cleaned_string = clean_string(name, contact)
print(f"The cleaned strings are Contact: {cleaned_string.get('contact')}, Name: {cleaned_string.get('name')}")
This will output:
The cleaned strings are Contact: 1234567890, Name: Anish Sharma
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
cleanstring-0.2.0.tar.gz
(4.5 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 cleanstring-0.2.0.tar.gz.
File metadata
- Download URL: cleanstring-0.2.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97b5f0f242f9be3e192308ac16e614a0a607d5c5a19342f33d5a80e7597a37ea
|
|
| MD5 |
9719aa739e4d27edf5e614a7de7dd3c1
|
|
| BLAKE2b-256 |
123ffab0fa621c696dfaa5fd4e9d1c52f2ec757cf73e4c7c5e1ab7e3014b927c
|
File details
Details for the file cleanstring-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cleanstring-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e310f756ec3a5bef726557056baa283be3a7bc02f6790cda391059a06a2d39d8
|
|
| MD5 |
032f551ee4529744a0b0aa35674b6ab8
|
|
| BLAKE2b-256 |
078bd4b60f8cd94d3f8457424f08a646d0a54707a736184f42110f55725fe159
|