CAPIT
Returns the result of capitalizing the first letter of every word in a
      string and making the remaining characters lower case.
    Syntax
CAPIT(String)
String is a string or a formula which
        returns a string.
Example
This example returns 'Alea Iacta Est':
CAPIT('Alea iacta Est')