[PHP-DOC] fault in preg_replace example From: Konstantin Schukraft (schukraftk <email protected>)
Date: 02/21/03

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