Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

nepali phone number regex

//+977 is optional, 1st digit is 9, 2nd digit range 6 to 8, total length 10
(+977)?[9][6-9]d{8}
Comment

nepali phone number regex

// regex for nepali phone numbers
(?:(?+977)?)?[9][6-9]d{8}|01[-]?[0-9]{7}

// works for all numbers below
9847148704 --ntc phone number
9738388888 --ntc

+9779847148764 --with +977
(+977)9847148764 --with (+977)

016614463 --telephone
014479691

01-4479994 --telephone with dash
Comment

PREVIOUS NEXT
Code Example
Csharp :: wpf image clip with rounded corners 
Csharp :: application server types in .net 
Csharp :: snx turn off linux 
Csharp :: maxheap c# 
Csharp :: how to be like bill gates 
Csharp :: c# wirite to csv 
Csharp :: make mesh follow wheel collider unity 
Csharp :: unity agent walks in place at start 
Csharp :: list of gender binary terrorists 
Csharp :: how to draw a rectangle in monogame 
Csharp :: gcd c# 
Csharp :: csharp datetime string format 
Csharp :: asp textarea 
Csharp :: C# fix formatting 
Csharp :: game object find 
Csharp :: c# read next int Like Java 
Csharp :: unity get list of children 
Csharp :: how to split list by date c# 
Csharp :: rotation facing mouse unity 
Csharp :: c# sql duplicate key exception 
Csharp :: how to check if a value is inside an array c# 
Csharp :: c# return list 
Csharp :: how to stop rigidbody2d from falling in unity 
Csharp :: how consider the first caracter in Split c# 
Csharp :: how to add a list to observablecollection in c# 
Csharp :: cs entity framework 
Csharp :: unity clamp rotation 
Csharp :: unity random 
Csharp :: using serial port in c# 
Csharp :: making a gui that can only be visible by owner roblox 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =