Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.22 KB

IsoValidators

Pack of varied ISO-codes validators for Red programming language.

Travis build

Description

Coming soon...

Validators

  • VAT - Value Added Tax in European Union, Latin American and other countries.
  • MAC - Media access control address (for network interface controllers)
  • ISBN - International Standard Book Number
  • Credit Card - Credit Card numbers for several banks (VISA, Mastercard, etc.)
  • SEDOL - Stock Exchange identifiers used in the United Kingdom and Ireland
  • SWIFT/BIC - Business Identifier Codes for both financial or not-financial institutions

Running the tests

All validators at once

To run tests simply execute script run-all-tests.red from project main directory through Red binary. This script will detect and execute all test files like ***-tests.red under /tests directory.

./red -s run-all-tests.red

Compatibility

Project was created and tested under 0.6.3 version of Red. Older versions were not tested.