Changes

Jump to navigation Jump to search
'''a. '[,] State Postcode''''
The state and post code postcode are always together, separated by a space. We can extract state information with regular expression
'([,]|[.])\s\w{2,}\s{0,}\w{0,}\s{1,}\d{5}[-]\d{4}'

Navigation menu