informix
INFORMIX-ESQL/C Programmer's Manual
ESQL/C Function Library

rdownshift()

The rdownshift() function changes all the uppercase characters within a null-terminated string to lowercase characters.

Syntax

Usage

The rdownshift() function refers to the current locale to determine uppercase and lowercase letters. For the default locale, U.S. English, rdownshift() uses the ASCII lowercase (a-z) and uppercase (A-Z) letters.

If you use a nondefault locale, rdownshift() uses the lowercase and uppercase letters that the locale defines. For more information, see the Informix Guide to GLS Functionality.

Example

This sample program is in the rdownshift.ec file in the demo directory.

Output


INFORMIX-ESQL/C Programmer's Manual, Version 9.21
Copyright © 1999, Informix Software, Inc. All rights reserved