Takes the given input string and converts the first letter to a capital. This only works when en phrase starts with a lowercase letter.
Capitalises the first letter of a text value and leaves the rest of the value exactly as it is. Use this to tidy up labels, names, or short descriptions that should start with a capital, for example turning “wool scarf” into “Wool scarf”. Only the very first character is changed, so the other words in the value keep their original casing.