diff --git a/functions/strings.xml b/functions/strings.xml index 216a60d2bf..9f88709fe4 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -3275,8 +3275,9 @@ print $str; # Prints mary had a little lamb and she loved it so - See also strtoupper - and ucfirst. + See also strtoupper, + ucfirst, + and ucwords. @@ -3312,8 +3313,9 @@ print $str; # Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO - See also strtolower - and ucfirst. + See also strtolower, + ucfirst, + and ucwords. @@ -3789,8 +3791,9 @@ $text = ucfirst($text); // $text is now Mary had a little lamb - See also strtoupper and - strtolower. + See also strtolower and + strtoupper, + and ucwords.