PROPER

The PROPER function converts the first character of a text string into uppercase. The remaining characters will be lowercase. Node references are also accepted as arguments.

Syntax

proper(value:string)

Arguments

value - A text string. Required.

Example

proper('INFORiver')
//Returns “Inforiver".
PROPER function

Excel equivalent

Properarrow-up-right

Last updated

Was this helpful?