jbanking icon indicating copy to clipboard operation
jbanking copied to clipboard

Add a `isStrictlyValid` methods to `Iban`, `Bic` and `CreditorIdentifier`

Open marcwrobel opened this issue 1 year ago • 0 comments

Currently the isValid method in Iban, Bic and CreditorIdentifier are lax : case is not considered. For those who want a stricter validation jbanking should propose a isStrictlyValid method that fails if at least one character is lower case.

marcwrobel avatar Jul 25 '22 18:07 marcwrobel