From 5cc4a45b8784cc04f6b16a0bccc82ffaf4c3a04b Mon Sep 17 00:00:00 2001 From: Vadiem Janssens Date: Mon, 27 Nov 2017 11:48:50 +0100 Subject: [PATCH] Updated IBAN mask 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 --- src/docs/docs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/docs.vue b/src/docs/docs.vue index bac930e8..36ae78d1 100644 --- a/src/docs/docs.vue +++ b/src/docs/docs.vue @@ -53,7 +53,7 @@
- +