Pack of varied ISO-codes validators for Red programming language.
Coming soon...
- 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
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
Project was created and tested under 0.6.3 version of Red. Older versions were not tested.