Okay, let's say I have this string:
<div class='box'>i like the world</div><div class='box'>i like my computer</div>
How would I go about echoing the divs that contain the word "world"? Would this envolve some sort of regex?
Thank you so much in advance.