iban-tools icon indicating copy to clipboard operation
iban-tools copied to clipboard

Add a few countries and fix existing patterns 🌐

Open sunny opened this issue 1 year ago • 0 comments

Replaces #30.

To use it your project add the following in your Gemfile:

# International Bank Account Number validation.
# Using fork to add a few countries and fix existing patterns.
# https://github.com/iulianu/iban-tools/pull/31
gem "iban-tools",
    github: "sunny/iban-tools",
    branch: "add-more-countries-and-fixes"

sunny avatar May 10 '23 11:05 sunny