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 additional constants as replaces #77

Closed antonyoung closed 2 years ago

antonyoung commented 2 years ago

Is your feature request related to a problem? Please describe. As replaces, we still have hard coded string values. This should be replaced by constants

Describe the solution you'd like Add an additional constants Replaces class, that can be used to replace all hard coded strings as replace values. Preferable, that could be shared amongst the validators and don't share if not necessary.

Describe alternatives you've considered Leave it for now as is, no high priority.