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.