Postcode Validation

Postcode Validation Regex

Regular Expression to match valid postcode format:

/^\s*([A-Z]{1,2}[0-9][A-Z0-9]?)\s*([0-9][ABD-HJLNP-UW-Z]{2})\s*$/i

This is according to the PAF digest as published by Royal Mail (2003).

Features:

Shortcomings: