https://github.com/ivangalkindeveloper/nuban_validator
Validator for NUBAN bank numbers.
https://github.com/ivangalkindeveloper/nuban_validator
Last synced: about 2 months ago
JSON representation
Validator for NUBAN bank numbers.
- Host: GitHub
- URL: https://github.com/ivangalkindeveloper/nuban_validator
- Owner: ivangalkindeveloper
- License: other
- Created: 2023-11-21T21:17:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-21T21:19:18.000Z (over 1 year ago)
- Last Synced: 2025-02-08T12:46:16.105Z (3 months ago)
- Language: Dart
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Phone number mask parser
Validator for NUBAN bank numbers.

## Getting Started
Usage:
```dart
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.