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.1.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.1.tar.gz.
File metadata
- Download URL: cleanstring-0.2.1.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 |
967aa8b96c60c47cf390cd5e0b5b32841b945ecb9e4b82736b3e0317ef48c374
|
|
| MD5 |
8a180bd1739fce5b93ab67c5e6a554d1
|
|
| BLAKE2b-256 |
6028fd8c5356c2cea094a717aa7e584c632752e204766411925948fb1c173c94
|
File details
Details for the file cleanstring-0.2.1-py3-none-any.whl.
File metadata
- Download URL: cleanstring-0.2.1-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 |
e50422a6739c2ba4ae75712143ed8d3db33917623c388151e230b13597a639d3
|
|
| MD5 |
4b139c0879de98aaa2edfbbed082eaa5
|
|
| BLAKE2b-256 |
e0e59751b883593377f022c9fbedef87606ba4775036a012f843cd3d94d72a5b
|