Tutorials Forums
     Tutorials Videos
        Sign Up Now For FREE
Welcome, Guest
Username Password: Remember me

Valid Canadian Postal Code
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Valid Canadian Postal Code

Valid Canadian Postal Code 12 Dec 2009 04:24 #106

Finds match for valid Canadian postal code

Instructions: Implementation will vary between programming languages. Please note that the reason [A-Z] was not used in finding an uppercase letter is that there are letters that are not used in postal codes.

Regex matches B4P 2N9 but not Z2Q 3R1, which is how it should work, as the latter is not a valid postal code. see the wikipedia page for more info.

 
[ABCEFGHJKLMNPRSTVXY][0-9][ABCEFGHJKLMNPRSTVWXYZ] [0-9][ABCEFGHJKLMNPRSTVWXYZ][0-9]
 
  • CE
  • OFFLINE
  • Administrator
  • Posts: 197
  • Karma: 78
CodersEngine
  • Page:
  • 1
Moderators: mnjon
Time to create page: 0.32 seconds