I want to get this string between the <p>
tags here:
<h2>Description</h2>
</div>
<div class="topIdeasDetailsInner clearfix">
<p>There is nothing better than a customized sloth! With this app, you can dress up sloths, face-in-a-hole a sloth, and insert the sloth in any pictures. This app will be like having a small version of photoshop on your phone. </p>
</div>
</div>
In Regexr, I can get that string using the following expression:
<div class="topIdeasDetailsInner clearfix">\n <p>?[^>]*<\/p>
But when I use it in VB it doesn't really work.
"<div class=""topIdeasDetailsInner clearfix"">\n <p>(?<Data>[^>]*)<\/p>"
Maybe in VB I need to define the spaces after "\n" with a specific expression? I tried " *" but it didn't work too ...
P.S : I use <Data>
to get the value I want so don't mind it.
P.S 2 : Here is the link I try to get my string from if you ever wonder: http://www.preapps.com/app-ideas/topic/41/sloth-me