All Tags »
html tags »
negation »
text inside tags
Sorry, but there are no more tags available to filter with.
-
Hi all,
I want to do something that I don't know if it possible. I have an HTML document from which I obtain all texts that are inside tags, for example, all text inside a span, p, a, etc.
My regex is: (>)[\r\n\t]*([\w\s&;]+)[\r\n\t]*(<) and it woks great. Now, I don`t some tags and they are different from the others ...