User Guide
>
Using Content Extraction Language
>
Language Syntax and Examples
>
UCase (strexpr)
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: 10/22/2024
This site works best with JavaScript enabled