You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Björn Raupach (JIRA)" <ji...@apache.org> on 2016/08/18 08:42:20 UTC

[jira] [Updated] (VALIDATOR-400) IBANValidator should validate print format

     [ https://issues.apache.org/jira/browse/VALIDATOR-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Björn Raupach updated VALIDATOR-400:
------------------------------------
    Description: 
At the moment the IBANValidator only validates the electronic format. 

It would be nice to include print format, too. Print format splits the symbols in groups of four and separates them by a single space. Saves stripping the whitespace in the logic before submitting the result to the validator.

electronic format format example: AL47212110090000000235698741
print format example: AL47 2121 1009 0000 0002 3569 8741





  was:
At the moment the IBANValidator only validates the electronic. It would be nice to include print format, too. Saves stripping the whitespace in the logic before submitting the result to the validator.

Print format splits the symbols in groups of four and separates them by a single space

electronic format format example: AL47212110090000000235698741
print format example: AL47 2121 1009 0000 0002 3569 8741






> IBANValidator should validate print format
> ------------------------------------------
>
>                 Key: VALIDATOR-400
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-400
>             Project: Commons Validator
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>            Reporter: Björn Raupach
>            Priority: Minor
>
> At the moment the IBANValidator only validates the electronic format. 
> It would be nice to include print format, too. Print format splits the symbols in groups of four and separates them by a single space. Saves stripping the whitespace in the logic before submitting the result to the validator.
> electronic format format example: AL47212110090000000235698741
> print format example: AL47 2121 1009 0000 0002 3569 8741



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)