Hi there,
I have an address string in the following format:
14 Smith Road Sydney NSW 2000
and want to split it to be: "14 Smith Road" in one field and "Sydney NSW 2000" in another.
I thought I could split the string after the 3rd space but couldn't find a way to do it.
Does anyone know of a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.