Module: RFC822

Defined in:
lib/doodle/rfc822.rb

Overview

source

RFC822 Email Address Regex


Originally written by Cal Henderson c.f. iamcal.com/publish/articles/php/parsing_email/

Translated to Ruby by Tim Fletcher, with changes suggested by Dan Kubb.

Licensed under a Creative Commons Attribution-ShareAlike 2.5 License creativecommons.org/licenses/by-sa/2.5/

Constant Summary collapse

EmailAddress =

minimal regex until I sort out the problem above

/\A.*@.*\z/