regpendium
TODO Write a description here
Installation
- 
Add the dependency to your
shard.yml:dependencies: regpendium: github: your-github-user/regpendium - 
Run
shards install 
Usage
require "regpendium"
TODO Write usage instructions here
Development
TODO Write development instructions here
Supported regular expressions
General purpose
- [ ] Zip code
 - [x] Email
 - [ ] Phone numbers
 - [ ] License plates
 - [ ] Time 24h format
 - [ ] ISO_8601 Datetime
 - [ ] ISBN
 - [ ] Roman numerals
 - [ ] UUID
 - [ ] Floating point number
 
Networking
- [x] Mac adresses
 - [x] Ipv4
 - [ ] Ipv6
 
Crypto
- [ ] Hex values
 - [ ] Bitcoin address
 - [ ] Ethereum address
 - [ ] Ethereum hash
 - [ ] Pgp fingerprint
 
Credit card numbers :heavy_check_mark:
- [x] Visa
 - [x] Mastercard
 - [x] Discover
 - [x] JCB
 - [x] Diners
 - [x] Amex
 
Contributing
- Fork it (https://github.com/your-github-user/regpendium/fork)
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
 
Contributors
- Lillevang - creator and maintainer