michielbuddingh + regex 3
Les Hazlewood » Email Validation using Regular Expressions (the Right Way)
may 2010 by michielbuddingh
A list of regular expressions for tokenizing and parsing RFC822-compliant email addresses.
email
rfc822
parsing
regex
may 2010 by michielbuddingh
I Knew How To Validate An Email Address Until I Read The RFC
march 2010 by michielbuddingh
A sarcastic blog about the difficulties of parsing RFC 5322 email addresses. Note that the author seems to gloss over Folding Whitespace and Comments, and does not use a parser (generator) to tackle the problem.
email
parsing
regex
march 2010 by michielbuddingh
RegEx match open tags except XHTML self-contained tags - Stack Overflow
november 2009 by michielbuddingh
Why you shouldn't parse html with regexes. Pure, unadulterated genius.
html
regex
insanity
november 2009 by michielbuddingh