UPPER()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to convert character expression to upper case

Syntax

UPPER(<expC> | <memofield>)

See Also

DESCEND(), ISLOWER(), ISUPPER(), LCASE(), LOWER(), LOWERC(), MID(), PROPER(), SET EXACT, SET STRCOMPARE, STRTOLOWER(), STRTOUPPER(), SUBSTR(), UCASE(), UPPERC()

Description

The UPPER() function converts a character expression <expC> or memo <memofield> to upper case.

From Lianja v5.2 the UPPERC() function can be used to convert utf-8 character expressions to upper case and the LOWERC() function to convert utf-8 character expressions to lower case.

Example

? upper("Lianja")
LIANJA