iban4j
iban4j copied to clipboard
Avoid substring calculation for each getter operation on Iban class
Can we retain iban's attributes as state within Iban class? That way we do not have to perform a substring operation whenever a getter is invoked., say getAccountNumber(), getCountryCode() etc.