Last updated 1 year ago
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.
proper(value:string)
value - Required. A text string.
proper('INFORiver')
Returns “Inforiver".