{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
ProperCase
ProperCase capitalizes the first letter of each word in the string and converts all other letters to lower case. It also capitalizes any letter that follows a non-alpha character
Usage:
ProperCase( String )
Parameters:
string | A string capitalize. |
---|
Returns:
A string.
Examples:
ProperCase("HELLO WORLD") // Returns the string "Hello World" ProperCase("this is only a test.what is the result?") // Returns the string "This Is Only A Test.What Is The Result?"