RE: [Help] Looking for a Script-Upper Case to Proper Case
Some computer programming languages offer facilities for converting text to a form in which all words are first-letter capitalized. Visual Basic calls this "proper case"; Python calls it "title case". This differs from usual title casing conventions, such as the English convention in which minor words are not capitalized.
|