| Title | 
                
                    Test
                    Find
                    
                    Pattern Title
                 | 
            
            
                | Expression | 
                ^\(?082|083|084|072\)?[\s-]?[\d]{3}[\s-]?[\d]{4}$  | 
            
            
                | Description | 
                I modified the existing phone number regex for another user looking to only allow 082, 083, 084, or 072 exchanges. Written by Jason Gaylord  | 
            
            
                | Matches | 
                082-131-5555 | 083-145-654 | 072 555 1212  | 
            
            
                | Non-Matches | 
                131-253-4564 | 5551212 | 800 555 1212  | 
            
            
                | Author | 
                
                    Rating:
                        
Not yet rated.
                    Jason N. Gaylord
                 | 
            
            
                | Source | 
                http://www.regexlib.com/REDetails.aspx?regexp_id=283 | 
            
            
              | Your Rating | 
              
                
		       | 
            
        
    
 
    
    
     
        
                
	                Title: RE: What exchange is that?
	                Name: Jason
	                Date: 6/29/2004 6:58:40 PM
	                Comment: 
If you read the description, you will see that I modified an original source to include only those exchanges. That's why it's shown like that. Someone asked for help in modifying the existing regex.