I wrote a pattern which validates email addresses. Its seems to work but i wanted to see if anyone could come up with some variations and possibly some tips. Thanks.
Code:String email = new String("(?:\\w+?\\@{1}\\w+?)\\.{1}(?:com|net|org|edu)");
|
Results 1 to 6 of 6
Thread: Need help with regex(part II)Threaded View
|
Click Here to Expand Forum to Full Width |