My regex needs to parse an address which looks like this:
BLOOKKOKATU 20 A 773 00810 HELSINKI SUOMI -------------------- ----- -------- ----- 1
Try this:
(.*?)\s(\d{5})\s(.*?)\s?([^\s]*)?$