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".
Comments
0 comments
Article is closed for comments.