Progress
Report Builder
User’s Guide


INITIAL-CAPS

Converts the first character of each word in a character string to uppercase and any other character to lowercase. A word is a group of contiguous characters followed by a space, a hyphen, or any user-designated characters.

SYNTAX

INITIAL-CAPS ( string , [ , delimiter ] ) 

string

A character expression (a constant, field name, or expression that results in a character value).

delimiter

A character expression that specifies the word break character(s) instead of a space or hyphen.

EXAMPLE

The following expression:

INITIAL-CAPS("tHiS iS aN exAMple.") 

returns:

This Is An Example. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095