I\'m parsing some messy HTML code with PHP in which there are some redundant tags and I would like to clean them up a bit. For instance:
&
this will replace all breaks ... even if they're in uppercase:
preg_replace('/]*>/i', '', $string);