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

Validate IBAN numbers

Results 11 iban-tools issues
Sort by recently updated
recently updated
newest added

Brazil spec defined according to Brazilian Central Bank website doc http://www.bcb.gov.br/Pom/Spb/Ing/IBAN-Guidelines_English.pdf

Replaces #30. To use it your project add the following in your Gemfile: ```rb # International Bank Account Number validation. # Using fork to add a few countries and fix...

http://randomiban.com/?country=Madagascar ``` $ irb 3.0.2 :001 > require 'iban-tools' => true 3.0.2 :002 > IBANTools::IBAN.new('MG3543781387163262763684827').validation_errors => [:unknown_country_code] ``` Thanks!

This Issue is a placeholder for the goal of getting up to current version of RSpec.

Hi! We do appreciate the tools you've made. it seems that the dev is now made from the [alphasights](https://github.com/alphasights/iban-tools) fork, but are issues are not enabled on this fork, I...

This PR tries to keep the README document up to date - RubyForge has closed - GitHub links are https - drop unneeded require of "rubygems" - syntax highlighting