Skip to content

Instantly share code, notes, and snippets.

@rodrigoflores
Created April 18, 2011 12:15
Show Gist options
  • Save rodrigoflores/925214 to your computer and use it in GitHub Desktop.
Save rodrigoflores/925214 to your computer and use it in GitHub Desktop.
require 'sixarm_ruby_email_address_validation'
include EmailAddressValidation
email = 'email@invalid'
EMAIL_ADDRESS_EXACT_PATTERN =~ email # => 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment