Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
88f12479d30902b0d2c05be41901c96b92a88a77
/
.
/
doc
/
efun
/
capitalize
blob: bbb82b7fd3b147a03694da1f59182d31242987f2 [
file
] [
log
] [
blame
]
SYNOPSIS
string
capitalize
(
string
str
)
DESCRIPTION
Convert
the first character
in
str to upper
case
,
and
return
the
new
string
.
EXAMPLES
capitalize
(
"heya!"
)
->
"Heya!"
SEE ALSO
lower_case
(
E
),
upper_case
(
E
)