Hi,
I have this string that contain HTML formatting and need to extract only the text
Turn <b>right</b> onto <b>Via Emanuele Filiberto</b><div style="font-size:0.9em">Go through 1 roundabout</div>
Should be:
Turn right onto Via Emanuele Filiberto Go through 1 roundabout
Is there a quick way to do it ?
I have this string that contain HTML formatting and need to extract only the text
Turn <b>right</b> onto <b>Via Emanuele Filiberto</b><div style="font-size:0.9em">Go through 1 roundabout</div>
Should be:
Turn right onto Via Emanuele Filiberto Go through 1 roundabout
Is there a quick way to do it ?