diff --git a/reference/strings/functions/substr-compare.xml b/reference/strings/functions/substr-compare.xml index 9925dc92b1..c2851be4d5 100644 --- a/reference/strings/functions/substr-compare.xml +++ b/reference/strings/functions/substr-compare.xml @@ -1,5 +1,5 @@ - + substr_compare @@ -45,7 +45,8 @@ offset - The start position for the comparison. + The start position for the comparison. If negative, it starts counting + from the end of the string. @@ -82,6 +83,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.1.0 + + Added the possibility to use a negative offset. + + + + + + + + &reftitle.examples; @@ -91,6 +116,7 @@