Appearance
capitalize() - 把字符串的首字母转换为大写
string capitalize( string str );
转换字符串 `str` 的首字母为大写并返回新的字符串。
lower_case(3)
雪风(i@mud.ren)