diff --git a/reference/iconv/functions/iconv-substr.xml b/reference/iconv/functions/iconv-substr.xml index d6690e6e71..afeaa66ef4 100644 --- a/reference/iconv/functions/iconv-substr.xml +++ b/reference/iconv/functions/iconv-substr.xml @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ If start is negative, iconv_substr cuts out the portion beginning - at the position that is the start'th character + at the position, start characters away from the end of str. @@ -51,10 +51,10 @@ If negative length is passed, iconv_substr cuts the portion out of str from the start'th - character up to the character length character - away from the end of the string. In case start is - also negative, the start position is calculated beforehand according to - the rule explained above. + character up to the character that is + length characters away from the end of the string. + In case start is also negative, the start position + is calculated beforehand according to the rule explained above.