Title: Regex UAE Mobile Phone Numbers
	                Name: Mahmood
	                Date: 11/28/2010 1:19:05 AM
	                Comment: 
Please help me i want to used the regular expression like this 0551234569. starting 050, 056, 055 mobile ext.
                
                
            
                
	                Title: Regex UAE Mobile Phone Numbers
	                Name: Mahmood
	                Date: 11/28/2010 1:17:30 AM
	                Comment: 
Please help me i want to used the regular expression like this 0551234569. starting 050, 056, 055 mobile ext.
                
                
            
                
	                Title: Regex UAE Mobile Phone Numbers
	                Name: Nuri YILMAZ - [email protected]
	                Date: 7/11/2008 6:11:51 AM
	                Comment: 
matches UAE mobile phone numbers. Its capable to take inputs +97150 3827741, +97-150-3827741, +97150 - 3827741,050 3827741, 050 - 3827741 plus
0097  and Etisalat (55 56) and Du (50)
^((00|\+)97[\s]{0,1}[\-]{0,1}[\s]{0,1}1|0)(50|55|56)[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6}$
(Ertu ofise sor bu sorulari saga sola sorma)
                
                
            
                
	                Title: UAE Phone Number Format
	                Name: Ertugrul Altinok
	                Date: 5/6/2008 11:34:24 AM
	                Comment: 
Hi there.I need regex which validates uae mobile phone numbers.But the written regex does not work for both etisalat and du.It works only for etisalat.In existing user comments a guy wrote for etisalat+du but it does not work.Can you help me?
                
                
            
                
	                Title: Just what i was searching for months!
	                Name: Muhammed S Eessa
	                Date: 3/15/2007 7:06:28 AM
	                Comment: 
thank you very much .. this is indeed very very helpful.. and could not believe its there.. 
may be a little change will help to accomodate 'du' numbers too that have codes starting with 055
^(\+97[\s]{0,1}[\-]{0,1}[\s]{0,1}1|0)(50|55)[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6}$
                
                
            
                
	                Title: Just what i was searching for months!
	                Name: Muhammed S Eessa
	                Date: 3/15/2007 7:06:26 AM
	                Comment: 
thank you very much .. this is indeed very very helpful.. and could not believe its there.. 
may be a little change will help to accomodate 'du' numbers too that have codes starting with 055
^(\+97[\s]{0,1}[\-]{0,1}[\s]{0,1}1|0)(50|55)[\s]{0,1}[\-]{0,1}[\s]{0,1}[1-9]{1}[0-9]{6}$