Currently matching on multiple (for example) postcode formats in a given country leads us to have named matches in the regex of postal_code_a and postal_code_b and then a secondary step to merge those matches into postal_code. if refactoring regex for #4 then we could tidy this up to be clearer / more explicit?
Currently matching on multiple (for example) postcode formats in a given country leads us to have named matches in the regex of
postal_code_aandpostal_code_band then a secondary step to merge those matches intopostal_code. if refactoring regex for #4 then we could tidy this up to be clearer / more explicit?