Investment Studio > Expressions > Functions > Text > PROPER
string proper(string argument)
Returns the argument string with all letters which do not follow other letters converted to upper case, and the rest converted to lower case.
Example
=proper("this string's 3rd word contains a number")
equals "This String'S 3Rd Word Contains a Number".