[
https://issues.apache.org/jira/browse/VALIDATOR-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225723#comment-17225723
]
Sebb edited comment on VALIDATOR-477 at 11/3/20, 11:07 PM:
-----------------------------------------------------------
Fixed in commit cc57894
Note that one can add missing entries as follows:
{code}
IBANValidator validator = new IBANValidator();
validator.setValidator("LY", 25, "LY\\d{23}");
{code}
was (Author: [email protected]):
Fixed in commit cc57894
Note that one can add missing entries as follows:
IBANValidator validator = new IBANValidator();
validator.setValidator("LY", 25, "LY\\d{23}");
> Add IBAN validator for LY – Libya
> ---------------------------------
>
> Key: VALIDATOR-477
> URL: https://issues.apache.org/jira/browse/VALIDATOR-477
> Project: Commons Validator
> Issue Type: Improvement
> Affects Versions: 1.7
> Reporter: Eugen Hanussek
> Priority: Minor
> Fix For: 1.8
>
>
> in latest IBAN_Registry.txt I found a new IBAN for LY which was added in
> Sep-20. There is no definiton in 1.7, nor in master branch IBANValidator class
> example: LY83002048000020100120361
> IBAN structure : LY2!n3!n3!n15!n
> IBAN length : 25
>
> regards Eugen H.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)