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: Add IbanValidator with all its features and Tests project. #11

Closed antonyoung closed 4 years ago

antonyoung commented 4 years ago

Description. New functionality add an IbanValidator.

Solution A new class called IbanValidator in the Validators project.

antonyoung commented 4 years ago

Done, although some things good have done a bit nicer.