derick Tue Feb 24 15:54:45 2004 EDT
Modified files: /phpdoc/en/reference/strings/functions str-replace.xml Log: - Clarify 'fancy' http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/str-replace.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/strings/functions/str-replace.xml diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.12 phpdoc/en/reference/strings/functions/str-replace.xml:1.13 --- phpdoc/en/reference/strings/functions/str-replace.xml:1.12 Sat Nov 15 11:47:22 2003 +++ phpdoc/en/reference/strings/functions/str-replace.xml Tue Feb 24 15:54:45 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.str-replace"> <refnamediv> @@ -20,9 +20,9 @@ <para> This function returns a string or an array with all occurrences of <parameter>search</parameter> in <parameter>subject</parameter> - replaced with the given <parameter>replace</parameter> value. If - you don't need fancy replacing rules, you should always use this - function instead of <function>ereg_replace</function> or + replaced with the given <parameter>replace</parameter> value. If you + don't need fancy replacing rules (like regular expressions), you should + always use this function instead of <function>ereg_replace</function> or <function>preg_replace</function>. </para> <para>