MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | string capitalize(string str) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Convert the first character in str to upper case, and return | ||||
6 | the new string. | ||||
7 | |||||
8 | EXAMPLES | ||||
9 | capitalize("heya!") -> "Heya!" | ||||
10 | |||||
11 | SEE ALSO | ||||
12 | lower_case(E), upper_case(E) |