proper() Function

Converts each character in the text into proper case, meaning it will capitalize the first first letter of every word and convert the rest into lowercase.

Syntax

proper( text )

text: (Text) The text to convert into proper case.

Returns

Text

Examples

proper("coNvert eaCH cHaRacter iNTo ProPeR caSe") returns Convert Each Character Into Proper Case

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK