<div dir="ltr">For instance,<div><br></div><div>We may encounter,</div><div><br></div><div>My Great Place. 101-103--a, Great Avenue, London, , SW3 5EE</div><div><br></div><div>Can we do some thing like</div><div><br></div><div>SELECT <br> REGEXP_MATCHES('
My Great' Place. 101-103--a, Great Avenue, London, , SW3 5EE
', <br> a_regular_expression, <br> 'g');<br></div><div><br></div><div>so that we end up a clean address line with one line of code?</div><div><br></div><div>My Great Place 101-103a Great Avenue London SW3 5EE</div><div><br></div><div>What regex is that?</div><div><br></div><div>Can we guarantee a single space between words?</div><div><br></div><div>Regards,</div><div><br></div><div>David </div></div>