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: AlphaDash #54

Open CSenshi opened 4 years ago

CSenshi commented 4 years ago

Write Rule to validate data to contain only alphabetic characters ([a-z][A-z][0-9]-_)

Description: "The field under validation may have alpha-numeric characters, as well as dashes and underscores."

Please see CONTRIBUTING.md for Contribution details :100: