How to split address and extract the postal number from address?

@jpwin
depending on much you can rely on the data (e.g. Variations of a Streetnumber could be 21a 15/3 etc. as well) have a look on following regex:

grafik

with resulting groups:
grafik

for working with regex and groups have a look here:
Regex help tutorial MEGAPOST – Making your first Regex post, Reusable Regex Patterns, Regex Troubleshooting, Sample Workflow and more

3 Likes