| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                (\w+?@\w+?\x2E.+)  | 
            
            
                | Description | 
                Validates an email address  | 
            
            
                | Matches | 
                 | 
            
            
                | Non-Matches | 
                [AABB]  | 
            
            
                | Author | 
                
                    Rating:
                        
 
                    Prasad DV
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: Worked for me
	                Name: bArToS
	                Date: 8/6/2017 11:08:30 PM
	                Comment: 
Using for FS Contact Form wordpress plugin email validation.
Others didn't seem to work but this one did. Just needed a quick simple little validation regex.
I tried a "name@yahoo." and it didn't let it through.
                
                
            
                
	                Title: Очень хорошо
	                Name: Максим
	                Date: 8/3/2012 11:43:27 AM
	                Comment: 
Из текста в 1.37 мб вытащил все адреса.
                
                
            
                
	                Title: Not too good :(
	                Name: Deggial
	                Date: 8/15/2007 11:18:14 AM
	                Comment: 
Sorry to say but there's too many cases that slip by this regexp. [email protected] goes for example, not to mention you can follow the dot with an endless string while the longest TLD has a maximum of 4 letters.