diff --git a/reference/strings/functions/substr-replace.xml b/reference/strings/functions/substr-replace.xml index 00fd077c88..8c8ac525c0 100644 --- a/reference/strings/functions/substr-replace.xml +++ b/reference/strings/functions/substr-replace.xml @@ -1,5 +1,5 @@ - + @@ -41,7 +41,11 @@ string at which to stop replacing. If it is not given, then it will default to strlen( string ); i.e. end the replacing at the - end of string. + end of string. Of course, if + length is zero then this function will have the + effect of inserting replacement into + string at the given + start offset.