From 2d9c4be21f35caaf05bfa822c2737fa5ccad9cfe Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 24 Feb 2004 20:54:45 +0000 Subject: [PATCH] - Clarify 'fancy' git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152285 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-replace.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/str-replace.xml b/reference/strings/functions/str-replace.xml index 9ff07c4953..755cbe4a4e 100644 --- a/reference/strings/functions/str-replace.xml +++ b/reference/strings/functions/str-replace.xml @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ This function returns a string or an array with all occurrences of search in subject - replaced with the given replace value. If - you don't need fancy replacing rules, you should always use this - function instead of ereg_replace or + replaced with the given replace value. If you + don't need fancy replacing rules (like regular expressions), you should + always use this function instead of ereg_replace or preg_replace.