Attribute for case_conversion

For case_conversion there are 5 attributes: “alllower”, “allupper”, “startupper”, “startlower”, “preserve”.
Attributes “startupper” and “startlower” change only case for first letter of word.
How make case conversion for word with first upper letter, all other lower like WORD --> Word?