| Title | Test
                    Find
                    
                    Pattern Title | 
            
                | Expression | <!--.*?--> | 
            
                | Description | 
 | 
            
                | Matches | <!-- <h1>this text has been removed</h1> --> | <!-- yada --> | 
            
                | Non-Matches | <h1>this text has not been removed</h1> | 
            
                | Author | Rating:  Tony Austin | 
            
                | Source | Modified with the help of Gideon Engelberth | 
            
              | Your Rating |  | 
        
    
 
    
    
     
        
                
	                Title: Extra escape
	                Name: Gideon Engelberth
	                Date: 4/4/2005 11:29:54 AM
	                Comment: 
The escapes are not needed on a dash outside of a character class, so the following would be equivalent to your expression:
<!--.*?-->