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: Have one generic formatter that can be consumed by all validators ( Abstractions ) #58

Closed antonyoung closed 3 years ago

antonyoung commented 3 years ago

Is your feature request related to a problem? Please describe. Have a generic formatter that can be consumed by all validators in Abstractions project. Consider add xUnit tests and remove all legacy code from validators projects.

Describe the solution you'd like Nice generic formatter that could be consumed by any validator as a formatter.

Additional context No high prio