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