Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created August 28, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/60e0871f0fa00010dc78 to your computer and use it in GitHub Desktop.
Save marianogonzalez/60e0871f0fa00010dc78 to your computer and use it in GitHub Desktop.
<!-- Matches Canadian PostalCode formats with or without spaces (e.g., "T2X 1V4" or "T2X1V4") -->
<validation:matches-regex expression="T2X1V4" regex="^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1} *\d{1}[A-Z]{1}\d{1}$" caseSensitive="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment