Ruby Regular Expression for Parcelify (Shopify)
I'm trying to write a Regex in Ruby for a shipping query. If postcodes match MK1 - MK10, MK19, MK43, MK46 or MK77, then allow it. If postcodes match NN1 - NN7, NN12, NN13, NN29 or NN77, then allow it.…