Appearance
lower_case() - 返回字符串的小写形式
string lower_case( string str );
返回字符串的小写形式(本来是小写的不会改变)
capitalize(3)
雪风(i@mud.ren)