Capitalizes first character of string and sets the rest to lower case.
.capitalize(x)
x
A string
Example: "abC" becoms "Abc".
Daniel C. Ellwanger