Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | Title | Test
                        Details
                        
                        
                            Pattern Title | 
                
                    | Expression | 
                            ^(\d|,)*\.?\d*$
                         | 
                
                    | Description | Matches Numeric with Commas and a single decimal point.  Also matches empty string. | 
                
                    | Matches | 1,000 | 3,000.05 | 5,000,000 | 
                
                    | Non-Matches | abc | $100,000 | Forty | 
                
                    | Author | Rating:
                            
Not yet rated.
                        
                            Kevin Read | 
            
        
            
                
                    | Title | Test
                        Details
                        
                        
                            Pattern Title | 
                
                    | Expression | 
                            ^(\d|-)?(\d|,)*\.?\d*$
                         | 
                
                    | Description | Input for Numeric values.  Handles negatives, and comma formatted values.  Also handles a single decimal point | 
                
                    | Matches | 5,000 | -5,000 | 100.044 | 
                
                    | Non-Matches | abc | Hundred | 1.3.4 | 
                
                    | Author | Rating:  Kevin Read | 
            
        
    
        
        
   Displaying page
of
 pages;
Items  to