Last updated:
0 purchases
nuban validator
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",
);
copied to clipboard
Additional information #
For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.