<?php $value = '<foo title="<foo barring>"></foo>'; $value = preg_replace('/<(.|\n)*?>/', ' ',$value); var_dump($value);
You have javascript disabled. You will not be able to edit any code.