Extract house number from address string

Dear make community,

what would be the best way to extract the house number from an address string and get two different variables?

Example:

„Main Street 15“ → Main Street & 15

Thanks!

My best bet was using chatgpt. I could not find a bullet proof regex for it.