Hello,
I have an address text field that is formatted like:
7 Haven Street - (Smith), Liverpool, England
I need a public function that i can use in a query to return the result as follows:
7 Haven Street, Liverpool, England
Basically I need to remove the -, the text inside brackets and the brackets.
Many thanks Mark
I have an address text field that is formatted like:
7 Haven Street - (Smith), Liverpool, England
I need a public function that i can use in a query to return the result as follows:
7 Haven Street, Liverpool, England
Basically I need to remove the -, the text inside brackets and the brackets.
Many thanks Mark