PROPER
Last updated
Was this helpful?
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('MICROsoft')Returns “Microsoft".

Last updated
Was this helpful?
Was this helpful?