Free cookie consent management tool by TermsFeed proper() Function
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: Fri, Nov 10, 2023 (03:42:48 PM)

proper() Function

FEEDBACK