| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                (^\d{3}\x2E\d{3}\x2E\d{3}\x2D\d{2}$)  | 
            
            
                | Description | 
                Brazilian cpf  | 
            
            
                | Matches | 
                123.123.123-12  | 
            
            
                | Non-Matches | 
                123.123.103.32 | 123 123 123 12 | sa3.332.322-12  | 
            
            
                | Author | 
                
                    Rating:
                         
                    Carlos R. L. Rodrigues
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: Why require the dots?
	                Name: Daniel Serodio
	                Date: 8/10/2006 1:56:04 PM
	                Comment: 
I think that ^\d{3}\x2E?\d{3}\x2E?\d{3}\x2D\d{2}$ would be better