Search your unanswered perl queries
Google

Wednesday, November 28, 2007

Regular Expressions : email id

Almost everyone of us have sometime or other tried to write a regular expression for email ids and other stuff. \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b

Here is a link to regular expression site which reports various aspects of regular expressions related to perl, shell and many others. It has a classic example of regex for email id.

1 comment:

Anonymous said...

Hello Got a very good link from an anonymous helper who also shared some words of wisdom.. His link regarding regex is as follows Email id regex