I come across Dutch postcodes quite different from normal 5 or 6 digit postcodes. So, this regex covers most possible postcodes.
Test cases:
1234 AB // Dutch postal code
12345 // Generic 5-digit postal code
380059 // Indian 6-digit postal code...
Submitted by Pratik P - 9 months ago