Skip to content

Instantly share code, notes, and snippets.

@mgdm
Created October 14, 2013 16:07
Show Gist options
  • Select an option

  • Save mgdm/6978068 to your computer and use it in GitHub Desktop.

Select an option

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