ProperCase Function

  • Updated

The ProperCase function returns a copy of a string with the first letter of every word capitalized and the rest of the letters in lower case.

Syntax

 

The ProperCase function returns a copy of a string with the first letter of every word capitalized and the rest of the letters in lower case.

 

ProperCase(string)

 

 

Arguments:

 

 

 

string

String - A string.

Remarks

  • Example: ProperCase("microsoft corporation") returns "Microsoft Corporation".

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.