diff --git a/reference/strings/functions/substr-count.xml b/reference/strings/functions/substr-count.xml index 4afdd0a4ed..a2c3ddb33c 100644 --- a/reference/strings/functions/substr-count.xml +++ b/reference/strings/functions/substr-count.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,8 @@ substr_count returns the number of times the needle substring occurs in the - haystack string. + haystack string. Please note that + needle is case sensitive.