Email Regular Expression

You might consider this a cynical view, but you should probably not try to implement a very strict email validation pattern with regular expressions. The fully compliant RFC-822 email regex is nothing to be trifled with; in fact, it is a behemoth. As such, I recommend using only a simple regular expression for this task. … Continue reading Email Regular Expression