I am using the google api and it brings me an ajax with the variable " adr_address " and inside the following datum:
"<span class="street-address">Calle 54</span>,
<span class="extended-address">Mercedes Barrera</span>,
<span class="locality">Mérida</span>,
<span class="region">Yuc.</span>, <span class="country-name">México</span>"
How to search only inside the string:
<span class="extended-address">Mercedes Barrera</span>
And get the final result " Mercedes Barrera ".