You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[UK Postcode Format](https://ideal-postcodes.co.uk/guides/uk-postcode-format). An overview of the UK postcode format and its constituent parts
38
+
-[Postcode Validation](https://ideal-postcodes.co.uk/guides/postcode-validation). An overview of the many approaches to postcode validation and the tradeoffs
39
+
35
40
## Getting Started
36
41
37
42
### Installation
@@ -163,7 +168,7 @@ The postcode unit is two characters added to the end of the postcode sector. Eac
163
168
164
169
Postcodes cannot be validated just with a regular expression. Proper postcode validation requires having a full list of postcodes to check against. Relying on a regex will produce false postives/negatives.
165
170
166
-
A complete list of Postcodes can be obtained from the ONS Postcode Directory, which is updated every 3 months.
171
+
[See our postcode validation guide](https://ideal-postcodes.co.uk/guides/postcode-validation) for an overview of the approaches and tradeoffs associated with postcode validation.
0 commit comments