Regex - Oman Mobile No

Mostafa Khalil Nasab

this regex is working ok for oman mobile number,s

^(\+968|968|00968)?\d{8}$

Oman Country Code +968 and 8 digit mobile number,

Mobile Numbers starts with 2,7,9 I want to edit this regex to force numbers starting with 2,7 & 9

I've tried to add [22-6]|[71-2]|[78-9]|[901-9]|[91-9] which are the mobile codes of different regions of oman.

^(\+968|968|00968)[2|7|9]?\d{8}$ tried to do it simple but it doesn't accepts mobile with out country codes it should accepts 8 number digit starting with 2 or 7 or 9

Christian Baumann

Following your explanations, it should be: ^((\+|00)?968)?[279]\d{7}$

https://regex101.com/r/4d2QNb/5

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

html5 input type number with regex pattern in mobile

From Dev

Mobile application development in .Net for all mobile OS

From Dev

opencart detect mobile device and redirect to mobile theme

From Dev

Regex for Mobile Number Validation

From Dev

Redirecting Mobile Devices to a Mobile Sub Domain

From Dev

Regex: match non-android mobile user agents

From Dev

correct the mobile regex pattern

From Dev

ASP.NET Mobile Views: Not detecting Firefox Mobile as Mobile

From Dev

PHP If And - Country / Mobile or not mobile includes

From Dev

Need to mask mobile number using regex

From Dev

Need mobile skin for mobile screenshots

From Dev

Regex if then not

From Dev

JQuery Mobile listview not formatted as mobile

From Dev

WYMeditor in mobile

From Dev

Mobile to mobile notification in parse

From Dev

Mobile to mobile communication without mobile tower?

From Dev

regex - and . _

From Dev

Will this work on mobile?

From Dev

c# regex spain mobile phone

From Dev

correct the mobile regex pattern

From Dev

Need a PHP Regex for validation of mobile numbers and address fields

From Dev

Mobile number regex not working as expected

From Dev

Mobile Deeplink

From Dev

Payment Gateway for the companies registered in oman

From Dev

how to extract phone/mobile number from a big string using regex in php

From Dev

Writing a Regex for Kuwait Mobile number in international format

From Dev

JavaScript Irish Mobile Regex

From Dev

Regex for matching mobile topup codes and Url

From Dev

Regex Pattern for Mobile Number Verification Problem