diff --git a/reference/strings/functions/str-repeat.xml b/reference/strings/functions/str-repeat.xml index d10a9c3367..0f8f103a7f 100644 --- a/reference/strings/functions/str-repeat.xml +++ b/reference/strings/functions/str-repeat.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,9 @@ Returns input_str repeated multiplier times. - multiplier has to be greater than 0. + multiplier has to be greater than or equal to 0. + If the multiplier is set to 0, the function will + return an empty string. <function>str_repeat</function> example