Skip to content

Commit

Permalink
Merge pull request #46 from msalcala11/master
Browse files Browse the repository at this point in the history
Add Seychelles as a valid country
  • Loading branch information
LaurentVB authored Feb 7, 2018
2 parents 574a748 + 2362da7 commit 0dd7547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iban.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@
addSpecification(new Specification("SN", 28, "U01F23", "SN52A12345678901234567890123"));
// Ukraine
addSpecification(new Specification("UA", 29, "F25", "UA511234567890123456789012345"));
// Seychelles
addSpecification(new Specification("SC", 31, "U04F04F16U03", "SC18SSCB11010000000000001497USD"));

var NON_ALPHANUM = /[^a-zA-Z0-9]/g,
EVERY_FOUR_CHARS =/(.{4})(?!$)/g;
Expand Down

0 comments on commit 0dd7547

Please sign in to comment.