Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            (?!^0*$)(?!^0*\.0*$)^\d{1,5}(\.\d{1,3})?$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         This regular expression validates a number NOT 0, with no more than 5 places ahead and 3 places behind the decimal point. 
                     | 
                
                
                    | 
                        Matches | 
                    
                         1 | 12345.123 | 0.5 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         0 | 0.0 | 123456.1234 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Michael Trefry
                        
                     | 
                
            
        
    
        
        
   Displaying page
of
 pages;
Items  to