diff options
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
| -rw-r--r-- | src/modules/str/libkvistr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 3eb7b1a8f..a735b1e1c 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -245,11 +245,11 @@ static bool str_kvs_fnc_lowcase(KviKvsModuleFunctionCall * c) @title: $str.upcase @short: - Returns the given string with all characters turned to toUpper case + Returns the given string with all characters turned to upper case @syntax: <string> $str.upcase(<string_to_convert:string>) @description: - Returns the given <string_to_convert> with all characters turned to toLower case. + Returns the given <string_to_convert> with all characters turned to upper case. Warning: this function uses ISO-8859-1 locale to make the case translation. If you want to use a locale aware translation mapping then please use $str.localeupcase. |
