Hi All
I would like to be able to remove content from a string of data.
This is an example string from google maps api.
Distance: 70.5 mi (about 1 hour 12 mins)<br/>Map data ©2009 Google
I would like everything in between the brackets (). So can I remove everything from either side with preg_split ?
Hope you can advise.
And thank you in advance.