Appearance
upper_case() - 返回字符串的大写形式
string upper_case( string str );
返回字符串 `str` 的大写形式(`str` 本身不会被改变)
capitalize(3), lower_case(3)
雪风(i@mud.ren)