LCASE()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to convert characters to lower case

Syntax

LCASE(<expC> | <memofield>)

See Also

ISLOWER(), ISUPPER(), LOWER(), MID(), PROPER(), SET EXACT, SET STRCOMPARE, SET STRESCAPE, STRTOLOWER(), STRTOUPPER(), STRTRAN(), SUBSTR(), TRANSFORM(), UCASE(), UPPER()

Description

The LCASE() function converts the characters in the character expression <expC> or memo <memofield> to lower case.

Synonym of LOWER().

Example

? lcase("Lianja")
lianja