Phone number mask parser
Validator for NUBAN bank numbers.
Getting Started
Usage:
final NubanValidator nubanValidator = const NubanValidator();
final bool isValid = nubanValidator.isValid(
bankCode: "044",
accountNumber: "0000014579",
);
Additional information
For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.
Libraries
- nuban_validator
- Validator for NUBAN bank numbers.