Date: 02/21/03
- Next message: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Re: my.php.net RFC"
- Next in thread: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Reply: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi,
i just foung a little fault in the first example to preg_replace:
first used:
$str = "April 15, 2003"; //$str instead $string
but later:
print preg_replace($pattern, $replacement, $string); //$string
I don't have a CVS-Acc yet, so someone else should fix this :)
Konstantin Schukraft
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Re: my.php.net RFC"
- Next in thread: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Reply: Sander Roobol: "Re: [PHP-DOC] fault in preg_replace example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

