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.
proper( text )
text: (Text) The text to convert into proper case.
Text
You can experiment with this function in the test box below.
Test Input
proper("coNvert eaCH cHaRacter iNTo ProPeR caSe")
returns Convert Each Character Into Proper Case