hi,
Thanks for your suggestion. I will change my display name. I googled for the expression. i could get lot of expressions but none of them suit my requirement. this is for developing a search screen where a user can search by entering email id *with* wild chareter(%).
I got this from
www.regexlib.com , but it has a restriction on the position of wild card.
\w+[\w-\.]*\@\w+((-\w+)|(\w*))\.[a-z]{2,3}$|^([0-9a-zA-Z'\.]{3,40})\*|([0-9a-zA-Z'\.]+)@([0-9a-zA-Z']+)\.([0-9a-zA-Z']+)$|([0-9a-zA-Z'\.]+)@([0-9a-zA-Z']+)\*+$|^$
any ideas to modify hte above.