LookUpDisplay  Match

Chapter 2: DataWindow Expression Functions

Lower

Description

Converts all the characters in a string to lowercase.

Syntax

Lower ( string )

Argument

Description

string

The string you want to convert to lowercase letters

Returns

String. Returns string with uppercase letters changed to lowercase if it succeeds and the empty string ("") if an error occurs.

Examples

Example 1

This expression returns babe ruth:

Lower("Babe Ruth")

See also





Copyright © 2004. Sybase Inc. All rights reserved. Match

View this book as PDF