Functions

ucase

Supported By

Syntax

[the] ucase of factor

ucase ( expression )

Factor and expression yield strings.

Description

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.".

See Also

tcase, lcase