| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                ^[0-9]*(\.)?[0-9]+$  | 
            
            
                | Description | 
                it will check for the +ve decimal numbers  | 
            
            
                | Matches | 
                1 | 123 | 132.132  | 
            
            
                | Non-Matches | 
                1.2.2 | -123  | 
            
            
                | Author | 
                
                    Rating:
                         
                    himraj love
                 | 
            
            
                | Source | 
                 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: Pattern Title
	                Name: Abdul Quddos
	                Date: 12/19/2008 5:19:08 PM
	                Comment: 
Here is the Pattern that accept +ve numeric values with or without two decimal places only. 
^[0-9]*(\.)?\d{2}$
                
                
            
                
	                Title: Pattern Title
	                Name: Abdul Quddos
	                Date: 12/19/2008 5:17:06 PM
	                Comment: 
Here is the Pattern that accept +ve numeric values with or without two decimal places only. 
^[0-9]*(\.)?\d{2}$
                
                
            
                
	                Title: Help required
	                Name: Rahul
	                Date: 7/19/2008 5:39:10 AM
	                Comment: 
what if i want only 2 digits after decimal point
                
                
            
                
	                Title: just not working
	                Name: .net people
	                Date: 10/13/2006 7:23:49 AM
	                Comment: 
just not working