Hi Everyone,
I have HTML tags in single column (each row). I want to extract information present between <p> tags (the HTML contains inline CSS as well so class references are there):
Column 1
<p class="abc">Something to extract</p>
<p class="xyz">Something extra </p>
Plain text - want to ignore this
<DOCTYPE!.....><p>Something</p>
I tried to use RegEx but I am beginner in RegEx so I am unable to get anywhere.
Appreciate if you can help.
Regards