Suppose, for example, that I have
$string1="I've got a lovely bunch of coconuts";
and it's full of html in there, so it's actually
$string1="I'<br><b>ve</b> got<a href='http://coconut.com'> a</a> lovely<p align=center> bunch</p> of coconuts";
How would I go and see if a certain portion of that string exists, rather, how would I find out if "lovely" is somewhere in that string?