Skip to content

Instantly share code, notes, and snippets.

@mgdm
Created October 14, 2013 16:07
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 mgdm/6978068 to your computer and use it in GitHub Desktop.
Save mgdm/6978068 to your computer and use it in GitHub Desktop.
<?php
const POSTCODE_REGEX = '/^
([A-Z]+[0-9]+[A-Z]?) # outward code, eg G51, EC1A
\s*([0-9][A-Z]+)? # inward code, eg 1PQ, optional
$/x';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment