UCASE$ Function Details Syntax UCASE$(string-expression) The stringexpression argument can be any string expression. The UCASE$ function works with both variable- and fixed-length strings. The UCASE$ and LCASE$ statements are helpful in making string comparisons case insensitive.