RESAZIP-PC\resaz

up

......@@ -3,7 +3,7 @@ namespace Daito\Lib;
class StringUtils {
public static function toUpper($text){
return strtoupper("$text xxx");
return strtoupper("$text xxx...");
}
public static function toLower($text){
return strtolower($text);
......