regpendium

Collection of regular expressions

regpendium

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      regpendium:
        github: your-github-user/regpendium
    
  2. Run shards install

Usage

require "regpendium"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Supported regular expressions

General purpose

  • Zip code
  • Email
  • Phone numbers
  • License plates
  • Time 24h format
  • ISO_8601 Datetime
  • ISBN
  • Roman numerals
  • UUID
  • Floating point number

Networking

  • Mac adresses
  • Ipv4
  • Ipv6

Crypto

  • Hex values
  • Bitcoin address
  • Ethereum address
  • Ethereum hash
  • Pgp fingerprint

Credit card numbers ✔️

  • Visa
  • Mastercard
  • Discover
  • JCB
  • Diners
  • Amex

Contributing

  1. Fork it (https://github.com/your-github-user/regpendium/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

regpendium

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • about 3 years ago
  • August 16, 2021
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 08:01:09 GMT

Languages