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
Postcodes cannot be validated just using just a regular expression. Proper postcode validation requires having a full list of postcodes to check against.
33
-
34
-
Please do not solely rely on a regex to check postcodes or you're bound to get false postives/negatives.
32
+
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.
0 commit comments