i want to extract a number from a html string (i usually do not know the number).
The crucial part looks like this:
<test test="3" test="search_summary_figure WHR WVM">TOTAL : 286</test>
<tagend>
And i want to extract the "286". I want to do something like "start after "L :" and stop before "<". How can i do this ? Thank you very much in advance.