Given a string, returns the string with its proper capitalization.
Note: See example in Convert statement for converting lower case to upper case, or vice versa.
result = Namecap(source_string)
The Namecap function has the following parameter.
Parameter | Description |
---|---|
source_string | An OpenInsight string. |
result = A string with its proper capitalization.
* returns Edgar Allan Poe result = Namecap("eDGar aLLAn pOE") * returns IBM Corporation, Inc. result = Namecap("i B m CorporAtion, iNc.)