- Clarify 'fancy'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152285 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2004-02-24 20:54:45 +00:00
parent 6f0159bae8
commit 2d9c4be21f

View file

@ -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>