Possible Duplicate:
Using a regular expression to validate an email address
I'm developing a Python application which matches any email address even if that contains at , dot and even white space between words.
Help me to develop the regex to get the expected output
joe at example dot com? E.gjoe -at- example -dot- comorjoe (at) example (dot) com... – thkala Jan 26 at 9:17