How to make regex of a US Address?

I have a column in which there are multiple US addresses, I want to delete address that end with Zip code like:

123 abc st zyz road, FL 1245
123 abc st zyz road, FL 1245-1234
and also if there is only digit in the column I also want to delete that like
1234
12345

Any help in this regard will be highly appreciated

Thank you

Hi @enthusiastic,

This looks like very similar to this topic:

I would keep to one topic so that you don’t have two groups of people suggesting the same solutions.