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

Add Regex rule #64

Closed bsoyka closed 4 years ago

bsoyka commented 4 years ago

Closes #62.

My other thought on this is that the Mail rule could easily be changed to use this new Regex rule. Thoughts?

CSenshi commented 4 years ago

As for Mail rule, I agree, it can be easily used with regex rule, but there is another problem. We are thinking of changing Mail validation, because there are multiple standards and protocols. So for now we need to revise and take a look at standards.

Thank you for this Idea! :100: