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.1.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.1.0.tar.gz.
File metadata
- Download URL: cleanstring-0.1.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 |
a5eb3fba41c28e7713d31f75b51365c8fa0b0be10e057182e2fd55206240d5e3
|
|
| MD5 |
e77868e2b9a3de2395a04ae2bcf29d56
|
|
| BLAKE2b-256 |
71b6cba30738361da7ed65f3da1b5542e49fd13322b6a6a2597a20d2dd859f5f
|
File details
Details for the file cleanstring-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cleanstring-0.1.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 |
7b40de0179e84eff3914d12b9292f19faf564a7efa539db1f998dd451e6c27b4
|
|
| MD5 |
28bf5d1fb5b22b41807bcbe01e91cac3
|
|
| BLAKE2b-256 |
2f4a0c694a71ca111bd2d07cfc78f3aeda5af5cc5df8fca8acf07275a948a5a1
|