Here's what I already had for that piece of code and I think it works about the same way, doesn't it?
PHP Code:
$lastpmstuff['preview'] = preg_replace("/\[[^\]]*\]/","",$lastpmstuff['message']);
$lastpmstuff['preview'] = str_replace("\"","",$lastpmstuff['preview']);
$lastpmstuff['preview'] = trim(htmlspecialchars($lastpmstuff['preview']));
if (strlen($lastpmstuff['preview']) > 300) {
$lastpmstuff['preview'] = substr($lastpmstuff['preview'], 0, 300) . "…";
}
$lastpmstuff['preview'] = trim(dowordwrap($lastpmstuff['preview'])); // for pm title= preview