Does anyone know of a good way or a script to check if the current text within an fread() operation is within HTML tags or not. For instance, I want to read something like:
<html><b>blah</b></html>
And only return true if it is on blah.
Thanks in advance, any advice would be helpful!
Cheers.