Skip to content

errriclee/rfc822

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#
# RFC822 Email Address Regex
# --------------------------
# 
# Originally written by Cal Henderson
# c.f. http://iamcal.com/publish/articles/php/parsing_email/
#
# Translated to Ruby by Tim Fletcher, with changes suggested by Dan Kubb.
# http://tfletcher.com/lib/rfc822.rb
#
# Patched by Eric Lee, including:
# * domains containing invalid characters
# * domains starting or ending in a hyphen
# * atoms starting or ending in a hyphen
#
# Licensed under a Creative Commons Attribution-ShareAlike 2.5 License
# http://creativecommons.org/licenses/by-sa/2.5/
#

About

RFC822 email regex, with patches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages