$text = preg_replace('/<('.$tags.')( [^><\[\]]*)>/i','[\1\2]',$text);
$text = preg_replace('/<\/('.$tags.')>/Ui','[/\1]',$text);