Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save papagunit/e494950032b9b92e3d802a94ca2384d1 to your computer and use it in GitHub Desktop.
Save papagunit/e494950032b9b92e3d802a94ca2384d1 to your computer and use it in GitHub Desktop.
Countries without postcodes (updated from https://gist.github.com/kennwilson/3902548 )
// Converted to a JS array using regex ("([^"]|""){3,}")
countriesWithoutPostcodesArray = ["AO","AG","AW","BS","BZ","BJ","BW","BF","BI","CM","CF","KM","CG","CD","CK","CI","DJ","DM","GQ","ER","FJ","TF","GM","GH","GD","GN","GY","HK","IE","JM","KE","KI","MO","MW","ML","MR","MU","MS","NR","AN","NU","KP","PA","QA","RW","KN","LC","ST","SC","SL","SB","SO","ZA","SR","SY","TZ","TL","TK","TO","TT","TV","UG","AE","VU","YE","ZW"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment