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: AlphaNum #53

Open CSenshi opened 4 years ago

CSenshi commented 4 years ago

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

Description: "The field under validation must be entirely alpha-numeric characters"

Please see CONTRIBUTING.md for Contribution details :100: