Bitch Alley
Are you "over" political correctness? Are you sick of people not saying exactly what needs to be said? Are you mad as hell and not going to take it any more? Well neither am I. Welcome to Bitch Alley, where frank talk is at home.
$search = array ('@@si',
'@<[\/\!]*?[^<>]*?>@si',
'@([\r\n])[\s]+@',
'@&(quot|#34);@i',
'@&(amp|#38);@i',
'@&(lt|#60);@i',
'@&(gt|#62);@i',
'@&(nbsp|#160);@i',
'@&(iexcl|#161);@i',
'@&(cent|#162);@i',
'@&(pound|#163);@i',
'@&(copy|#169);@i',
'@(\d+);@e');
$replace = array ('', '', '\1', '\'', '&', '<', '>', ' ', chr(161), chr(162), chr(163), chr(169), 'chr(\1)');
$document = << Are you "over" political correctness? Are you sick of people not saying exactly what needs to be said? Are you mad as hell and not going to take it any more? Well neither am I.
Welcome to Bitch Alley, where frank talk is at home.
END;
$text = preg_replace($search, $replace, $document);
$text = str_replace('"', '\'', $text);
?>
Bitch Alley
Friday, August 26, 2005
0 Comments:
Post a Comment
<< Home