A handy regex-based validation toolkit (emails, phone numbers, and more).
Project description
rezex validator
A small Python package for validating:
- Email addresses
- Bangladeshi mobile phone numbers
Usage
from rezex import is_valid_email, is_valid_bd_number
print(is_valid_email("user@example.com")) # True
print(is_valid_bd_number("+8801712345678")) # True
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
rezex-0.1.0.tar.gz
(2.3 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
rezex-0.1.0-py3-none-any.whl
(2.9 kB
view details)
File details
Details for the file rezex-0.1.0.tar.gz.
File metadata
- Download URL: rezex-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
030e169ad483ab7caf5c85aaa4772eee9fc3f1be4af57d0760b243ab42a4df11
|
|
| MD5 |
b6fb737570cbd06cbda8dc3b47f75252
|
|
| BLAKE2b-256 |
4ebc2fb60ef271e0c692a190dc71f9d3301da3be481caa4b86e04b1488cbcc30
|
File details
Details for the file rezex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rezex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be493d0829b779e5f5f706ea2e2d16978ed30ed5f969c0113e530ba26c746f3c
|
|
| MD5 |
d0874b823fecadd6cd0c23f095cf4e20
|
|
| BLAKE2b-256 |
f728b578a7c376c25beb4a48d1d8886ca009e94bf646202a081792b0649297df
|