| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                ^[0-9]{6}  | 
            
            
                | Description | 
                I know its simple, yet there was no Russian postal code regular expression on the RegExLib. Just in case some needs to know the format.  | 
            
            
                | Matches | 
                150016  | 
            
            
                | Non-Matches | 
                qqww  | 
            
            
                | Author | 
                
                    Rating:
                        
 
                    Roman Lukyanenko
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: No end anchor.
	                Name: g1smd
	                Date: 10/26/2012 6:50:12 PM
	                Comment: 
With no end anchor, it allows any number of digits or characters directly after. It does not limit to six.