News
E-Books
Event
TwitPic
Live Stream (Testing)
Untitled document
Home
Tutorial Forum
Blog
ASP.NET New's
GooGle New's
MicroSoft New's
Visual Studio New's
How-TO
Visual Studio
IIS
SQL Server
MS WebMatrix
Video
Microsoft Expression
WCF
WPF
Windows Form
Visual Studio 2010
Visual Studio 2008
Silver Light
SQL Server
Crystal Reports
LINQ
IIS
ASP.NET AJAX
ASP.NET 3.5
ASP.NET MVC
Member Area
Gallery
Groups
Event
About US
Contact US
Site Map
License Info
Home
Forum
Friday, 24 May 2013
Index
Search
.NET Programing Tutorials
Web Development Tutorials
Data / Business Tutorials
Welcome,
Guest
Username
Password:
Remember me
Forgot your password?
Forgot your username?
Create an account
Tutorials Forum
.NET Programing Tutorial
Regular Expressions
Valid US zip code
(1 viewing) (1) Guest
Reply Topic
New Topic
Page:
1
TOPIC: Valid US zip code
Valid US zip code
12 Dec 2009 04:25
#107
Regular expression pattern for matching a valid US zip code. Accepts either the standard 5 digit or extended 9 digit (5 numbers, dash, then 4 numbers)
^\d
{
5
}
(
[
\
-
]
\d
{
4
}
)
?$
CE
OFFLINE
Administrator
Posts: 197
Karma: 77
Reply
Quote
CodersEngine
Reply Topic
New Topic
Page:
1
Tutorials Forum
.NET Programing Tutorial
Regular Expressions
Board Categories
CodersEngine Forum
... CodersEngine News
... Site Feedback
.NET Programing Tutorial
... CSharp
... VB.NET
... Regular Expressions
... WPF
... WCF
... WF
Web Development Tutorials
... ASP.NET
... AJAX
... CSS.HTML
... IIS
Data / Business Intelligence Tutorials
... SQL Server
... Crystal Reports
Moderators:
mnjon
Powered by
Kunena