commons-validator
commons-validator copied to clipboard
Apache Commons Validator
see updated issue https://issues.apache.org/jira/projects/VALIDATOR/issues/VALIDATOR-477
Hi Gary @garydgregory the actual **swift_iban_registry** Release 91 – October 2021 has new IBAN for BI – Burundi With my prior PR there are new formats and test for LY...
* Use 'compare()' method * Simplify conditions * Use empty array creations * Redundant 'if' statement * Inline variable
Hi Gary, this is a PR for issue https://issues.apache.org/jira/projects/VALIDATOR/issues/VALIDATOR-481 regards EUGen
SIREN and SIRET codes are used by French organisations and are maintained by INSEE. The check digit uses the Luhn algorithm. The International Code Designator, ICD :for SIRENE is 0002....
ISINs can have special prefixes accodring to ISIN ISO Standard. Missing prefixes: EU, XA, XB, XC, XD
We needed to eliminate commons-collections 3 for a large corp. due to security concerns. This replaces FastHashMap with ConcurrentHashMap and removes commons-collections. FYI We also submitted a PR to commons-beanutils2...
Code could be cleaner if it could be Java 1.8. I could set `1.8`... thoughts???