Friday 26 September 2008

Email Address Validation Regular Expression

Stick this in your regular expression validator for validating an email address textbox:

ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"

Then Robert's your father's brother.