Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kawaii_email_address

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kawaii_email_address

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

KawaiiEmailAddress

Build Status Code Climate

Extraction of validate logic from validates_email_format_of to support japanese docomo/au kawaii addresses.

Installation

Add this line to your application's Gemfile:

gem 'kawaii_email_address'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kawaii_email_address

Usage

It's NOT Rails' validator. Use it with this

# accept `kawaii` local part with docomo or ezweb.
KawaiiEmailAddress::Validator.new('....-_-....@docomo.ne.jp').valid? # => true

# reject with other domains.
KawaiiEmailAddress::Validator.new('u3u...chu@example.com').valid?    # => false

Contributing

  1. Fork it
  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 new Pull Request

THANX

This library based on https://github.com/alexdunae/validates_email_format_of

FAQs

Package last updated on 29 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc