User Guide : Using Content Extraction Language : Language Syntax and Examples : UCase (strexpr)
 
Share this page                  
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")