antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Rename repository as Validators #32

Closed antonyoung closed 3 years ago

antonyoung commented 5 years ago

Description: Project started as PostalCode validator. Now we also have not fully implemented Iban Validator, the name of the repository is not logical. And what if, we add a phone number Validator?

More logical to call this repository as Validators and we could extend it with whatever we want to validate.

Solution:

Additional:

antonyoung commented 3 years ago