Ucase

Summary

The Ucase function returns a string with all lowercase characters converted to uppercase.

Syntax

Ucase(<string_exp>)

Return Type

String

Details

 

Examples

{fn Ucase('AbCdEfG')}
'ABCDEFG'
Ucase('AbCdEfG')
ABCDEFG

Related Functions