Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^\$?([0-9]{1,3},([0-9]{3},)*[0-9]{3}|[0-9]+)(\.[0-9][0-9])?$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Matches US currency input with or without commas.  This provides a fix for the currency regular expression posted at http://regxlib.com/REDetails.aspx?regexp_id=70 by escaping the . (period) to ensure that no other characters may be used in it's place. 
                     | 
                
                
                    | 
                        Matches | 
                    
                         $3,023,123.34 | 9,876,453 | 123456.78 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         4,33,234.34 | $1.234 | abc 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Al Kahler
                        
                     | 
                
            
        
    
        
        
   Displaying page
of
 pages;
Items  to