Lets say I had the string
<font size="11">Example example example</font>
Is there anyway to split what's in between <font size="11"> and </font>
???
I can't do strip_tags
because it's a source from a website. and strip tags would remove things I don't want removed