| Title | 
                
                    Test
                    Find
                    
                    Numbers
                 | 
            
            
                | Expression | 
                ^((?:\+|\-|\$)?(?:\d+|\d{1,3}(?:\,\d{3})*)(?:\.\d+)?(?:[a-zA-Z]{2}|\%)?)$  | 
            
            
                | Description | 
                Here's another one for numbers. Any kind of number. Money $$$, percentage %, ect. Commas are optional and must be properly formatted.  | 
            
            
                | Matches | 
                $1,000,000.00 | 100% | 12345.67890  | 
            
            
                | Non-Matches | 
                $$10.00 | 10%% | 1234,5678, | 123.456.789  | 
            
            
                | Author | 
                
                    Rating:
                        
 
                    tedcambron
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       |