string_titlecase


string_titlecase(s)
      

Return the title-cased copy of the string s.

Examples:


string_titlecase("hello, WORLD")
// Hello, World          
      

Also see:

string_upcase
string_downcase


Core Module Index | Contents