Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
refs/heads/ldmud36
/
.
/
doc
/
efun
/
capitalize
blob: bbb82b7fd3b147a03694da1f59182d31242987f2 [
file
] [
log
] [
blame
]
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
)