| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                "[^"\r\n]*"  | 
            
            
                | Description | 
                returns string between two quotes  | 
            
            
                | Matches | 
                 Return Parent.DB.GetDataReader("CauseImmediateGet", MyIncidentEventTypeID)  | 
            
            
                | Non-Matches | 
                 Return Parent.DB.GetDataReader(CauseImmediateGet", MyIncidentEventTypeID)  | 
            
            
                | Author | 
                
                    Rating:
                        
Not yet rated.
                    Sonal Bordia
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: Doesn't handle \" in a quoted string
	                Name: Randal L. Schwartz
	                Date: 4/13/2005 10:44:44 PM
	                Comment: 
Doesn't handle \" in a quoted string... "foo\"bar" is one string.