Name: Anonymous 2008-05-24 15:14
lol what
# # # Here be the quote parsing options. # # #
// quote matching ... three times! BWAHAHAHAHAHAHAHAH
$_POST[mesg] = preg_replace("/\n> (.+)/i", "\n<span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/^> (.+)/i", "<span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/<span class='quote'>> (.+)/i", "<span class='quote'><span class='quote'>$1</span>", $_POST[mesg]);
$_POST[mesg] = preg_replace("/<span class='quote'>> (.+)/i", "<span class='quote'><span class='quote'>$1</span>", $_POST[mesg]);