asked on March 2, 2017
From a SQL query, I'm retrieving the 4 components of an address (number, directional, street name, street type). Afterwards, the values are concatenated with one space added between each component. The issue is that not all have a directional (i.e., E, W, N, S) which leaves an extra space. Can this be cleaned up with a regular expression?
0
0