ID: 20611 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Regexps related Operating System: win 2000 PHP Version: 4.2.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-11-24 16:26:05] [EMAIL PROTECTED] $out = preg_replace("/<meta.*>/i", "", $in); //doesn't work, but $out = preg_replace("/<META.*>/i", "", $in); //does work! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20611&edit=1