| Title | Test
                    Find
                    
                    Pattern Title | 
            
                | Expression | ^((\d{1,2})?([.][\d]{1,2})?){1}[%]{1}$ | 
            
                | Description | for checking a value is between 99.99% and 00.00% | 
            
                | Matches | 99.99% | 9% | .09% | 
            
                | Non-Matches | 99 | 9.% | 
            
                | Author | Rating:
                        
Not yet rated.
                    Thomas Keegan | 
            
                | Source |  | 
            
              | Your Rating |  | 
        
    
 
    
    
     
        
                
	                Title: shorter version
	                Name: T. L. Whittington
	                Date: 8/5/2018 5:46:27 AM
	                Comment: 
It works, but the same thing can be accomplished with a reduced:
^((\d+)?(\.\d+)?)\%$