FORMULA LANGUAGE
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
properString
If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.
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