I chatted with support and they said that this is not a built in function but that I could either make a "saved filter" with 667 individual lines (not my preference

So, does can anyone think of a way (possibly Regex?) to create a filter that basically says "show if zipcode [zipcode is an embedded data field for us on our directory members] is equal to 90405 OR 90404 OR...." for the list of 667 zipcodes?
I tried using ^[9][0-3][0-9][0-9][0-9]$ as the min and max range of zipcodes is 90001-93599 but the problem is that not *every* zipcode in that range is within 50 miles of our location. So I end up with about 10% - 15% more results than I should.
Also, I have been fiddling around with it and I have determined what zipcodes appear in that range that should not and it's about 250. So That gets me down to writing a saved filter with 251 lines (which is better than 667) but that's still a lot more than I'd like to be doing.
Thanks!