CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

New Rule: Alpha #52

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Write Rule to validate data to contain only alphabetic characters (a-zA-z)

Description: "The field under validation must be entirely alphabetic characters"

Please see CONTRIBUTING.md for Contribution details :100:

z13z commented 4 years ago

I intend to work on this issue