IBAN validation WASM/JS

Demonstration of iban_validation_wasm library.

Version: Loading... | Source file: Loading...


The processing is done on the browser not outsourced to a third party. More details about the underlying code is available at: https://github.com/ericqu/iban_validation for the overall project and https://github.com/ericqu/iban_validation/blob/main/iban_validation_wasm/README.md for the WASM wrapper.

It only indicates if the IBAN is valid according to the standard, it does not ensure the account exists

Need to validate a large file of IBANs at once? There is also a Python Polars plugin for that, see https://github.com/ericqu/iban_validation/blob/main/iban_validation_polars/README.md.