On Thu, May 06, 2004 at 07:11:55PM +0000, Curt Zirzow wrote: > > > > $text="one <!--bleh\nblarg -> two\n"; > > print ereg_replace("<!--([^-][^-]?[^>]?)*-->", "",$text); > > Because your missing a - > $text="one <!--bleh\nblarg --> two\n";
/me applies mallet to head % php -r '$text="one <!--bleh\nblarg --> two\n"; print ereg_replace("<!--([^-][^-]?[^>]?)*-->", "",$text);' one two whee, it works! :) -- Paul Chvostek <[EMAIL PROTECTED]> it.canada http://www.it.ca/ Free PHP web hosting! http://www.it.ca/web/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php