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 #11 add ibanvalidator with all its features #26

Closed antonyoung closed 4 years ago

antonyoung commented 4 years ago

Lot of refactoring, add iban validator. Todo: Add iban logic for all countries. Todo: Add xUnit tests for iban.

antonyoung commented 4 years ago

Setup feature #11 : not everything has been implemented.