blob: bbb82b7fd3b147a03694da1f59182d31242987f2 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 string capitalize(string str)
3
4DESCRIPTION
5 Convert the first character in str to upper case, and return
6 the new string.
7
8EXAMPLES
9 capitalize("heya!") -> "Heya!"
10
11SEE ALSO
12 lower_case(E), upper_case(E)