Hey thanks for reading this


I want to extract data between two strings from source code of page.So like;


<b>Nanana: </b>Data<br>


So it should extract just Data from this string.I bet it can be done using RegEx but I am having huge problems with it so if anyone could share working example how could i do it.


Thx