A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
Regular expression for validating phone numbers |
On Tuesday, October 2nd 2007 at 10:46 PM By Andrew Pociu (View Profile) ![]() ![]() ![]() ![]() (Rated 3.8 with 5 votes) |
||
|
Advertisement
555-12-34 555 12 34 555 1234 555 12-34 5551234 (012) 555-12-34 (012) 555 1234 +1 (012) 555-12-34 +1 (012) 5551234 ...and many other similar formats. /^(\+\d)*\s*(\(\d{3}\)\s*)*\d{3}(-{0,1}|\s{0,1})\d{2}(-{0,1}|\s{0,1})\d{2}$/ |
|||
Digg It!
Del.icio.us
Reddit
StumbleIt
Newsvine
Furl
BlinkList
|
|||
|
|||
Current Commentsthis regular expression is fine
this regular expression is fine
Related Knowledge Base Articles
Related Source Code
Related Tutorials
Regex Job Search