| Title | 
                
                    Test
                    Find
                    
                    ZIP+4 - XXXXX-XXXX
                 | 
            
            
                | Expression | 
                ^\d{5}-\d{4}$  | 
            
            
                | Description | 
                Numeric and hyphen 5+4 ZIP code match for ZIP+4.  | 
            
            
                | Matches | 
                22222-3333 | 34545-2367 | 56334-2343  | 
            
            
                | Non-Matches | 
                123456789 | A3B 4C5 | 55335  | 
            
            
                | Author | 
                
                    Rating:
                         
                    Steven Smith
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: Works well
	                Name: c-pal
	                Date: 2/20/2008 5:10:29 PM
	                Comment: 
Does what it's supposed to. Thanks.