rossmills3 commented on code in PR #116:
URL: https://github.com/apache/commons-validator/pull/116#discussion_r1088475704
##########
src/main/java/org/apache/commons/validator/routines/IBANValidator.java:
##########
@@ -141,6 +141,7 @@ public RegexValidator getRegexValidator() {
new Validator("BG", 22, "BG\\d{2}[A-Z]{4}\\d{6}[A-Z0-9]{8}" ),
// Bulgaria
new Validator("BH", 22, "BH\\d{2}[A-Z]{4}[A-Z0-9]{14}" ),
// Bahrain
new Validator("BI", 27, "BI\\d{25}" ),
// Burundi
+ new Validator("BL", 27, "BL\\d{12}[A-Z0-9]{11}\\d{2}" ),
// Saint Barhelemy
Review Comment:
I updated the comments
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]