Validate a UK postcode

You've probably seen this before, if not a thousand times, but here's a simple function to check the format of a UK postcode.

PHP:
  1. function valid_uk_postcode($postcode)
  2. {
  3.     return (preg_match('/^([A-PR-UWYZ][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {0,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0AA)$/i', $postcode)) ?
  4.         true : false;
  5. }

0 Responses to “Validate a UK postcode”


  1. No Comments

Leave a Reply

You must login to post a comment.




Mp3 sparks Allofmp3