proper() Function

Function

proper( text )

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.

Parameters

Keyword Type Description

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: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK