milwad-dev / laravel-validate

The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.
https://packagist.org/packages/milwad/laravel-validate
MIT License
456 stars 39 forks source link

[1.x] Improve repetitive character regex in ValidNationalCard rule #83

Closed kiankamgar closed 8 months ago

kiankamgar commented 8 months ago

There was a regex that could be written better in ValidNationalCard rule

kiankamgar commented 8 months ago

The previous one was a for loop, but this one is a whole regex that is better in readability

kiankamgar commented 8 months ago

I used it in one of my projects and I thought that this would be a better aproach for this project