|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-24 16:35 UTC] nicos@php.net
[2002-11-25 03:07 UTC] derick@php.net
[2002-12-06 19:14 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 07:00:01 2025 UTC |
$out = preg_replace("/<meta.*>/i", "", $in); //doesn't work, but $out = preg_replace("/<META.*>/i", "", $in); //does work!