Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
83f011d70f0d3a076bec9d5c3a25f29aa34008ca
/
.
/
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
)