the
ucase
of
factor
ucase
(
expression )
Factor and expression yield string
s.
The ucase
function converts all the letters in the specified string
to uppercase and returns the resulting string
. For example, ucase("Hello, my name is Rebecca. But you can call me Beckie.") = "HELLO, MY NAME IS REBECCA. BUT YOU CAN CALL ME BECKIE."
.