Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated IBAN mask #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated IBAN mask #46

wants to merge 1 commit into from

Conversation

vjanssens
Copy link

@vjanssens vjanssens commented Nov 27, 2017

According to below sources, IBAN numbers are a maximum of 34 characters and always start with two letters and two digits (ex. NL08).
The BBAN (after the first four characters) can be case-insensitive alphanumeric.

This PR fixes the mask in the documentation to allow for these variations.

Sources:
https://en.wikipedia.org/wiki/International_Bank_Account_Number
https://www.iban.com/structure.html

According to below sources, IBAN numbers are a maximum of 34 characters and always start with two letters and two digits (ex. NL08).
The BBAN (after the first four characters) can be case-insensitive alphanumeric. This commit fixes the mask in the documentation to allow for these variations.

Sources: https://en.wikipedia.org/wiki/International_Bank_Account_Number, https://www.iban.com/structure.html
Chomiciak
Chomiciak approved these changes May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants