Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
13fb5a03bc6bc104a85aa4a4e477c00514c12b2a
/
.
/
doc
/
efun
/
upper_case
blob: a63eef0e869d8e573967559d0a1bc3b8247883fe [
file
] [
log
] [
blame
]
SYNOPSIS
string
upper_case
(
string
str
)
BESCHREIBUNG
Wandelt
alle
Zeichen
in
<str>
in
Grossbuchstaben
um und gibt das
Resultat
zurueck
.
BEISPIELE
upper_case
(
"Heya!"
)
ergibt
:
"HEYA!"
SIEHE AUCH
capitalize
(
E
),
lower_case
(
E
)