FORMULA LANGUAGE


@ProperCase
Example

Converts the words in a string to proper­name capitalization: the first letter of each word becomes uppercase, all others become lowercase.

Syntax

@ProperCase( string )

Parameters

string


Return value

properString


Usage

A "word" is a consecutive set of characters with no spaces. Hyphenated words are considered two words, as are words separated by any other punctuation except an apostrophe.

Language cross-reference

StrConv function of LotusScript language

Example
See Also