Difference between revisions of "LOWER()"

From Lianjapedia
Jump to: navigation, search
 
Line 10: Line 10:
 
==Description==
 
==Description==
 
The LOWER() function converts the characters in the character expression <expC> or memo <memofield> to lower case.
 
The LOWER() function converts the characters in the character expression <expC> or memo <memofield> to lower 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==
 
==Example==

Latest revision as of 10:49, 13 January 2020

Purpose

Function to convert characters to lower case

Syntax

LOWER(<expC> | <memofield>)

See Also

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

Description

The LOWER() function converts the characters in the character expression <expC> or memo <memofield> to lower 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

? lower("Lianja")
lianja