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: Regex #62

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Write rule that validates data to match given regex.

Description: "The field under validation must match the given regular expression."

Please see CONTRIBUTING.md for Contribution details :100:

bsoyka commented 4 years ago

Hey, @CSenshi! I'd like to tackle this one.