Was this helpful?
UCase (strexpr)
This built-in function returns a string in which all letters of an argument have been converted to uppercase.
Example
#This expression returns THE CAINE MUTINY.
UCase("The Caine Mutiny")
Last modified date: 08/02/2023