| Title | Test
                    Find
                    
                    Pattern Title | 
            
                | Expression | ^[+]?\d*$ | 
            
                | Description | This re was used for set numbers only!
Somente numeros são requeridos! | 
            
                | Matches | 0123456789 | 1234 | 1 | 
            
                | Non-Matches | 1.0?& | a1 | 2a- | 
            
                | Author | Rating:
                        
Not yet rated.
                    Ramon Durães | 
            
                | Source |  | 
            
              | Your Rating |  | 
        
    
 
    
    
     
        
                
	                Title: perfect
	                Name: hector
	                Date: 8/24/2011 2:27:55 PM
	                Comment: 
this captures numbers only. No special chars, periods, spaces etc. Works perfect within JavaScript.