Skip to content

Instantly share code, notes, and snippets.

@StoneSwine
Last active January 20, 2021 09:12
Show Gist options
  • Save StoneSwine/770021961db1a8a86971eb7b4e534217 to your computer and use it in GitHub Desktop.
Save StoneSwine/770021961db1a8a86971eb7b4e534217 to your computer and use it in GitHub Desktop.
Regular expression to get streetname, number and letter for Norwegian street addresses. Example: Streetname 1A
^([.'A-zøæéÉåÆØÅ]+\s)+(\d{1,3})([A-z]| [A-z]|$|)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment