Alright so basically what I am having trouble with is this: I have a string that looks like this
<a class="l _HId" href="http://www.cnbc.com/2016/07/28/royal-dutch-shell-second-quarter-net-profit-comes-in-at-118-billion.html" onmousedown="return rwt(this,'','','','1','AFQjCNHzDJMd9KzNaZJKrec-FAMNdP8ujw','mb_qkV1ZFbNFLJBX-JNceA','0ahUKEwiwmbPolJbOAhVJ6xQKHT1QDFkQqQIIGigAMAA','','',event)">Shell sees quarterly profits plummet 70% as low <em>oil price</em> bites</a>
which, simplified, looks like that essentially:
<a class="l _HId" href="Link" onmousedown="some gibberish">The String that I need <em>I am guessing this is what I searched</em> bites</a>
It would have been very helpful if someone new how something like that could be achieved. Any form of help is much appreciated.
Thanks in advance.